Allow for pump attachment to flamethrower
This commit is contained in:
@@ -21,7 +21,8 @@ itemTriggerType loc
|
||||
baseItemTriggerType :: Item -> TriggerType
|
||||
baseItemTriggerType itm = case itm ^. itType of
|
||||
HELD hit -> heldTriggerType hit
|
||||
ATTACH CAPACITOR -> AutoTrigger 10
|
||||
ATTACH CAPACITOR -> AutoTrigger 0
|
||||
-- ATTACH CAPACITOR -> AutoTrigger 10
|
||||
_ -> NoTrigger
|
||||
|
||||
heldTriggerType :: HeldItemType -> TriggerType
|
||||
|
||||
Reference in New Issue
Block a user