mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Refactors the examine proc to return a list of strings (#12280)
This commit is contained in:
committed by
variableundefined
parent
40a4cd1b75
commit
0e8ddb2afe
@@ -79,9 +79,9 @@ GLOBAL_LIST_EMPTY(safes)
|
||||
/obj/structure/safe/examine(mob/user)
|
||||
. = ..()
|
||||
|
||||
to_chat(user, "This model appears to have [number_of_tumblers] tumblers.")
|
||||
. += "This model appears to have [number_of_tumblers] tumblers."
|
||||
if(open)
|
||||
to_chat(user, "The inside of the the door has numbers written on it: <b>[get_combination()]</b>")
|
||||
. += "The inside of the the door has numbers written on it: <b>[get_combination()]</b>"
|
||||
|
||||
/obj/structure/safe/blob_act()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user