Add dust on bullet wall hit
This commit is contained in:
@@ -247,7 +247,7 @@ defaultTLS = TLS
|
||||
, _tlsTime = 1
|
||||
}
|
||||
where
|
||||
f w t
|
||||
f _ t
|
||||
| _tlsTime t <= 0
|
||||
= (w, Nothing)
|
||||
| otherwise = (w, Just $ t & tlsTime -~ 1)
|
||||
= Nothing
|
||||
| otherwise = Just $ t & tlsTime -~ 1
|
||||
|
||||
Reference in New Issue
Block a user