jumping into abandoned crates no longers causes them to go boom (#46314)

* no more

* fixed
This commit is contained in:
Qustinnus
2019-09-06 04:03:56 -07:00
committed by Rob Bailey
parent b1a9273c7e
commit 2d53f8539c
+6
View File
@@ -214,6 +214,12 @@
return
return ..()
/obj/structure/closet/secure/loot/dive_into(mob/living/user)
if(!locked)
return ..()
to_chat(user, "<span class='notice'>That seems like a stupid idea.</span>")
return FALSE
/obj/structure/closet/crate/secure/loot/emag_act(mob/user)
if(locked)
boom(user)