Commit before attempting to allow for non-convex chasm shapes
This commit is contained in:
@@ -131,7 +131,7 @@ heldInfo hit = case hit of
|
||||
POISONSPRAYER -> "A weapon that releases noxious gases."
|
||||
SHATTERGUN -> "A seismic device that shatters hard items in its line of fire."
|
||||
-- FORCEFIELDGUN -> "A device that produces a durable forcefield."
|
||||
TORCH -> "A stick with a light on the end."
|
||||
LED -> "A light emitting diode."
|
||||
FLATSHIELD -> "A panel of metal that blocks unwanted objects from the front of the user."
|
||||
KEYCARD i -> "A keycard. It is labelled " ++ show i ++ "."
|
||||
TIMESTOPPER -> "A device that temporarily pauses time."
|
||||
@@ -196,7 +196,6 @@ craftInfo fit = case fit of
|
||||
AIUNIT -> "A general purpose artificial intelligence unit."
|
||||
CAMERA -> "A device designed to capture light signals."
|
||||
MINIDISPLAY -> "A device designed to display pictures."
|
||||
LED -> "A light emitting diode."
|
||||
NAILBOX -> "A box of wood fastenings."
|
||||
IRONBAR -> "A rigid piece of metal."
|
||||
LIGHTSENSOR -> "A device that detects photons."
|
||||
|
||||
Reference in New Issue
Block a user