Add sound for distributer
This commit is contained in:
@@ -161,7 +161,7 @@ mcBackgroundSound mc = case mc ^. mcType of
|
||||
McDamSensor{} -> Just (fridgeHumS,1)
|
||||
McProxSensor{} -> Just (throbC4S,0.5)
|
||||
McStorage{} -> Nothing
|
||||
McDistributer{} -> Just (whirS,0.5)
|
||||
McDistributer{} -> Just (lowWhirS,1)
|
||||
McTrigger{} -> Just (throb1S,0.5)
|
||||
|
||||
mcApplyDamage :: [Damage] -> Machine -> World -> World
|
||||
|
||||
Reference in New Issue
Block a user