Add stopWatch
This commit is contained in:
+3
-2
@@ -48,8 +48,9 @@ itemFromEquipType et = case et of
|
||||
itemFromLeftType :: LeftItemType -> Item
|
||||
itemFromLeftType lt = case lt of
|
||||
BOOSTER -> boosterGun
|
||||
REWINDER -> rewindGun
|
||||
TIMESCROLLER -> timeScrollGun
|
||||
STOPWATCH -> stopWatch
|
||||
REWINDWATCH -> rewindWatch
|
||||
SCROLLWATCH -> scrollWatch
|
||||
BLINKER -> blinkGun
|
||||
BLINKERUNSAFE -> unsafeBlinkGun
|
||||
SHRINKER -> shrinkGun
|
||||
|
||||
Reference in New Issue
Block a user