i am the greatest coder of all time

and am also amazing at thoroughly testing what i make

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3103 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
quartz235@gmail.com
2012-02-11 19:32:34 +00:00
parent 5c53c4e7b7
commit 8e745d6bd2
+3 -3
View File
@@ -432,15 +432,15 @@
return
/obj/item/toy/balloon/throw_impact(atom/hit_atom)
..()
if(src.reagents.total_volume >= 1)
src.visible_message("\red The [src] bursts!","You hear a pop and a splash.")
src.reagents.reaction(get_turf(hit_atom))
for(var/atom/A in get_turf(hit_atom))
src.reagents.reaction(A)
src.icon_state = "burst"
sleep(5)
del(src)
spawn(5)
if(src)
del(src)
return
/obj/item/toy/balloon/update_icon()