Lowered the vending machine explosion radius, added lag mitigation

This commit is contained in:
alex-gh
2014-01-31 17:40:21 +01:00
parent 7a99402138
commit c435c4bc19
@@ -48,7 +48,8 @@
M.icon = upriser.icon
M.icon_state = initial(upriser.icon_state)
else
explosion(upriser.loc, 2, 4, 3, 5)
explosion(upriser.loc, 2, 2, 3, 5)
sleep(50) //return control to lessen lag
del(upriser)
kill()