Merge pull request #4643 from Fox-McCloud/latex-glove-balloon

Adds in Ability to make Latex Gloves Balloons
This commit is contained in:
TheDZD
2016-06-14 10:17:01 -04:00
committed by GitHub
4 changed files with 30 additions and 16 deletions
@@ -89,10 +89,6 @@
if ((istype(W, /obj/item/device/analyzer)) && get_dist(user, src) <= 1)
atmosanalyzer_scan(air_contents, user)
else if (istype(W,/obj/item/latexballon))
var/obj/item/latexballon/LB = W
LB.blow(src)
if(istype(W, /obj/item/device/assembly_holder))
bomb_assemble(W,user)