Fix stuff that no one care about (#12340)

* Update bags.dm

* Fix instant crush

* tweak frame delay

tweak the 3 variant of shutters frame delay to 0.38 per frame,make it took roughly 10 tick to close completely.
This commit is contained in:
Sonic121x
2020-05-23 20:48:39 +08:00
committed by GitHub
parent c857dc9cd1
commit 807a5c7d1e
5 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
switch(contents.len)
if(0)
icon_state = "[initial(icon_state)]"
if(0 to 11)
if(1 to 11)
icon_state = "[initial(icon_state)]1"
if(11 to 20)
icon_state = "[initial(icon_state)]2"