Commit before changing wall drawing

This commit is contained in:
2022-06-07 16:39:47 +01:00
parent f938f9a717
commit 52488b251b
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -721,6 +721,9 @@ data AmmoType
{ _amString :: String
, _amCreateGas :: Float -> Point2 -> Float -> Creature -> World -> World
}
| ForceFieldAmmo
{ _amForceFieldType :: Wall
}
| GenericAmmo
data ItemTweaks
= NoTweaks