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:
Ravensdale
2014-02-10 07:02:06 -05:00
committed by ZomgPonies
parent 3b86b29063
commit 163f3ad5c4
+2
View File
@@ -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()