The blob eats nondense things in all cases.

Probably fixes one or two bugs in the process.
This commit is contained in:
Nerd Lord
2015-11-20 21:03:43 -05:00
parent 7595a4b728
commit f458c2cead
14 changed files with 17 additions and 67 deletions
+2 -2
View File
@@ -69,9 +69,9 @@
update_icon()
/obj/structure/fireaxecabinet/blob_act()
if(prob(75) && fireaxe)
if(fireaxe)
fireaxe.loc = src.loc
qdel(src)
qdel(src)
/obj/structure/fireaxecabinet/attack_hand(mob/user)
if(open || glass_hp <= 0)