Fixed examine_status and changed manufacturer

This commit is contained in:
warior4356
2018-10-14 17:45:43 -07:00
parent c46e357954
commit 4eeb26aa0f
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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
+1 -1
View File
@@ -48,7 +48,7 @@
<div style='display: inline-block;'> <img src="safe_dial.png" style='transform: rotate({{:data.rotation}}); z-index: -1;'></div>
</div>
<div style='text-align: center;'>
<div style='font-weight: bold;'>How to open your Scarborough Arms - 2 tumbler safe</div>
<div style='font-weight: bold;'>How to open your Nanotrasen Arms - 2 tumbler safe</div>
<div style='display: inline-block; text-align: left;'>
<div>1. Turn the dial to the right past the first number twice</div>
<div>2. Stop at the first number</div>