Tweaks concerning item types

This commit is contained in:
2024-12-18 11:39:12 +00:00
parent d0ef2628ce
commit d405747bd5
21 changed files with 98 additions and 69 deletions
+5 -5
View File
@@ -1,9 +1,8 @@
module Dodge.RadarSweep
( aRadarPulse
, updateRadarSweep
) where
module Dodge.RadarSweep (
aRadarPulse,
updateRadarSweep,
) where
import NewInt
import Color
import Data.Maybe
import Dodge.Data.World
@@ -11,6 +10,7 @@ import Dodge.Zoning.Wall
import Geometry
import qualified IntMapHelp as IM
import LensHelp
import NewInt
aRadarPulse :: ObjectType -> Creature -> World -> World
aRadarPulse ob cr =