Implement/improve null/un/binary logic gates

This commit is contained in:
2025-01-08 18:13:20 +00:00
parent d436db2847
commit ef751cbd21
9 changed files with 246 additions and 183 deletions
+3 -2
View File
@@ -33,8 +33,9 @@ itemFromBase = \case
DROPPER x -> dropper x
CLICKER x -> clicker x
COPIER x -> copier x
BGATE -> bgate
UGATE -> ugate
NULGATE -> nulgate
UNIGATE -> unigate
BINGATE -> bingate
itemFromAmmoMag :: AmmoMagType -> Item
itemFromAmmoMag at = case at of