mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
The blob eats nondense things in all cases.
Probably fixes one or two bugs in the process.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user