Implement/improve null/un/binary logic gates
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user