Remove equipment records
This commit is contained in:
@@ -138,7 +138,8 @@ heldInfo hit = case hit of
|
||||
|
||||
equipInfo :: EquipItemType -> String
|
||||
equipInfo eit = case eit of
|
||||
MAGSHIELD -> "A device designed to repulse nearby metallic objects."
|
||||
MAGSHIELD mt -> "A device designed to repulse nearby metallic objects. Of type: "
|
||||
<> show mt <> "."
|
||||
FLAMESHIELD -> "A device designed to repulse nearby flames."
|
||||
FRONTARMOUR -> "A device designed to shield from the front."
|
||||
WRISTARMOUR -> "A device that projects a forcefield."
|
||||
|
||||
Reference in New Issue
Block a user