This commit is contained in:
2024-12-20 18:14:27 +00:00
parent 92b190aba8
commit e9006addd0
7 changed files with 46 additions and 64 deletions
+4 -4
View File
@@ -167,10 +167,10 @@ craftInfo fit = case fit of
FRAGMODULE -> "A device that converts projectiles into fragmentation projectiles."
FLASHMODULE -> "A device that converts projectiles into flashbang projectiles."
-- BULBODYCRAFT be -> "A device that converts bullets into " ++ displayBulletBody be ++ " projectiles."
TELEPORTMODULE -> "A device that allows for near-instant translocation across space."
TIMEMODULE -> "A device that can affect temporality."
SIZEMODULE -> "A device that can affect physical size."
GRAVITYMODULE -> "A device that can affect gravitational fields."
-- TELEPORTMODULE -> "A device that allows for near-instant translocation across space."
-- TIMEMODULE -> "A device that can affect temporality."
-- SIZEMODULE -> "A device that can affect physical size."
-- GRAVITYMODULE -> "A device that can affect gravitational fields."
-- TARGETMODULE _ -> "A targeting module."
FLAKCRAFT -> "Creates flak bullets."
FRAGCRAFT -> "Creates fragmentation bullets."