Changes description update spawn() to use 0 instead of small decimal.

This commit is contained in:
unknown
2015-06-09 22:35:16 -05:00
parent 2dbd0ac007
commit 13a43e6cfd

View File

@@ -151,7 +151,7 @@
if(!has_reagents)
icon_state = initial(icon_state) +"_locked"
playsound(src.loc, 'sound/items/Screwdriver2.ogg', 50, 1)
spawn(0.001) //Otherwise det_time is erroneously set to 0 after this
spawn(0) //Otherwise det_time is erroneously set to 0 after this
if(istimer(detonator.a_left)) //Make sure description reflects that the timer has been reset
var/obj/item/device/assembly/timer/T = detonator.a_left
det_time = 10*T.time