Implement targeting launcher shells using separate item
This commit is contained in:
@@ -138,7 +138,7 @@ equipInfo eit = case eit of
|
||||
BATTERYPACK -> "A collection of batteries with a universal adapter."
|
||||
AUTODETECTOR d -> "A device that detects " ++ detectorInfo d ++ " in an expanding radius. Pulses automatically. "
|
||||
|
||||
targetingInfo :: TargetType -> String
|
||||
targetingInfo :: TargetingType -> String
|
||||
targetingInfo tt = case tt of
|
||||
TARGETLASER -> "creates a laser, the end of which becomes the target."
|
||||
TargetRBPress -> "creates a fixed target."
|
||||
|
||||
Reference in New Issue
Block a user