Merge branch 'master' into abandonedcrates

This commit is contained in:
mwerezak
2015-09-10 15:21:15 -04:00
7 changed files with 26 additions and 8 deletions

View File

@@ -167,7 +167,7 @@
user << "<span class='danger'>The crate's anti-tamper system activates!</span>"
var/turf/T = get_turf(src.loc)
explosion(T, 0, 0, 1, 2)
del(src)
qdel(src)
/obj/structure/closet/crate/secure/loot/proc/check_input(var/input)
if(length(input) != codelen)