that should do it, or whatever

This commit is contained in:
DeityLink
2015-07-25 00:06:19 +02:00
parent 61ddaf8142
commit be2a669cb6

View File

@@ -292,6 +292,8 @@
)
/obj/item/weapon/gun/stickybomb/Destroy()
for(var/obj/item/stickybomb/S in loaded)
qdel(S)
for(var/obj/item/stickybomb/B in fired)
B.deactivate()
B.unstick()