Move configuration from world to universe
This commit is contained in:
@@ -299,7 +299,7 @@ withTempLight time rad col eff item cr = eff item cr
|
||||
|
||||
modClock :: Int -> ChainEffect -> ChainEffect
|
||||
modClock n chainEff eff it cr w
|
||||
| _frameClock w `mod` n == 0 = chainEff eff it cr w
|
||||
| _worldClock w `mod` n == 0 = chainEff eff it cr w
|
||||
| otherwise = eff it cr w
|
||||
|
||||
withMuzFlareI :: ChainEffect
|
||||
|
||||
Reference in New Issue
Block a user