Fix two small errors

This commit is contained in:
Bjorn Neergaard
2016-02-08 00:01:54 -06:00
parent 1d10561a91
commit 401fe06e1c
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -203,10 +203,10 @@
else ..()
/obj/structure/closet/crate/secure/loot/togglelock(mob/user)
if(opened)
..()
else
if(locked)
boom(user)
else
..()
/obj/structure/closet/crate/secure/loot/proc/boom(mob/user)
user << "<span class='danger'>The crate's anti-tamper system activates!</span>"