mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Merge branch 'master' into tgglassfloors
This commit is contained in:
@@ -403,7 +403,7 @@ GLOBAL_LIST_EMPTY(safes)
|
||||
for(var/safe in GLOB.safes)
|
||||
var/obj/structure/safe/S = safe
|
||||
if(owner in S.known_by)
|
||||
info += "<br> The combination for the safe located in the [get_area(S).name] is: [S.get_combination()]<br>"
|
||||
info += "<br> The combination for the safe located in the [get_area_name(S, TRUE)] is: [S.get_combination()]<br>"
|
||||
info_links = info
|
||||
update_icon()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user