mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Self-naming APC's! Now even mapped in APC's will rename themselves
depending on what zone they're in. Makes more mapping sanity.
This commit is contained in:
@@ -114,8 +114,10 @@
|
||||
//if area isn't specified use current
|
||||
if(isarea(A) && src.areastring == null)
|
||||
src.area = A
|
||||
name = "[area.name] APC"
|
||||
else
|
||||
src.area = get_area_name(areastring)
|
||||
name = "[area.name] APC"
|
||||
update_icon()
|
||||
|
||||
make_terminal()
|
||||
|
||||
Reference in New Issue
Block a user