Replaces cached get_area vars for names (#34338)
This commit is contained in:
committed by
CitadelStationBot
parent
3a2ac4d102
commit
80095fea0a
@@ -21,9 +21,8 @@
|
||||
var/turf/T = find_safe_turf(zlevels=zlevels)
|
||||
|
||||
if(T)
|
||||
var/area/A = get_area(T)
|
||||
user.forceMove(T)
|
||||
to_chat(user, "<span class='notice'>You blink and find yourself in [A.name].</span>")
|
||||
to_chat(user, "<span class='notice'>You blink and find yourself in [get_area_name(T)].</span>")
|
||||
else
|
||||
to_chat(user, "Nothing happens. You feel that this is a bad sign.")
|
||||
if("No")
|
||||
|
||||
Reference in New Issue
Block a user