Add fix bug in terminal destruction effects
This commit is contained in:
@@ -48,7 +48,7 @@ analyser
|
||||
analyser upf pslight psmc = extTrigLitPos pslight $ \tp ->
|
||||
Just $ plSpot .~ psmc $ putTerminal' aquamarine tparams (termupdate tp)
|
||||
where
|
||||
tparams = defaultTermParams & tmScrollCommands .:~ sensorCommand
|
||||
tparams = basicTerminal & tmScrollCommands .:~ sensorCommand
|
||||
termupdate tp _ mc = upf mc . (triggers . ix (fromJust $ _plMID tp) .~ const (_sensToggle $ _mcSensor mc))
|
||||
|
||||
analyserTest :: (World -> Bool) -> Machine -> World -> World
|
||||
|
||||
Reference in New Issue
Block a user