diff --git a/code/game/objects/structures/safe.dm b/code/game/objects/structures/safe.dm index 934498e2739..6f1121d0a54 100644 --- a/code/game/objects/structures/safe.dm +++ b/code/game/objects/structures/safe.dm @@ -7,7 +7,7 @@ FLOOR SAFES //SAFES /obj/structure/safe name = "\improper Safe" - desc = "A huge chunk of metal with a dial embedded in it. Fine print on the dial reads \"Scarborough Arms - 2 tumbler safe, guaranteed thermite resistant, explosion resistant, and assistant resistant.\"" + desc = "A huge chunk of metal with a dial embedded in it. Fine print on the dial reads \"Nanotrasen Arms - 2 tumbler safe, guaranteed thermite resistant, explosion resistant, and assistant resistant.\"" icon = 'icons/obj/structures.dmi' icon_state = "safe" anchored = 1 @@ -225,6 +225,8 @@ obj/structure/safe/blob_act() obj/structure/safe/ex_act(severity) return +obj/structure/safe/examine_status(mob/user) + return //FLOOR SAFES /obj/structure/safe/floor diff --git a/nano/templates/safe.tmpl b/nano/templates/safe.tmpl index cbb34d93dd0..f878bf8aec1 100644 --- a/nano/templates/safe.tmpl +++ b/nano/templates/safe.tmpl @@ -48,7 +48,7 @@
