Trippy flamer
This commit is contained in:
@@ -61,4 +61,4 @@ damCrsOnLine dam p1 p2 = over creatures (IM.map damIfOnLine)
|
||||
| otherwise = cr
|
||||
|
||||
tempLightForAt :: Int -> Point2 -> World -> World
|
||||
tempLightForAt i p w = w & tempLightSources %~ (:) (tLightAt i p)
|
||||
tempLightForAt i p w = w & tempLightSources %~ (tLightAt i p :)
|
||||
|
||||
Reference in New Issue
Block a user