mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Fixed examine_status and changed manufacturer
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user