Add fix bug in terminal destruction effects
This commit is contained in:
@@ -110,7 +110,7 @@ placeSpotID ps pt w = case pt of
|
||||
PutShape sh -> placeShape sh p rot w
|
||||
PutNothing -> (0,w)
|
||||
PutID i -> (i, w)
|
||||
PutWorldUpdate f -> (0,w & f ps)
|
||||
PutWorldUpdate f -> (0, w & f ps)
|
||||
PutUsingGenParams f -> let (w',pt') = f w
|
||||
in placeSpotID ps pt' w'
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user