mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +00:00
Tweak APC self-naming so they read better when examined or interacted
with. Thanks Sky for the suggestion and Mloc for the why.
This commit is contained in:
@@ -138,10 +138,10 @@
|
||||
//if area isn't specified use current
|
||||
if(isarea(A) && src.areastring == null)
|
||||
src.area = A
|
||||
name = "[area.name] APC"
|
||||
name = "\improper [area.name] APC"
|
||||
else
|
||||
src.area = get_area_name(areastring)
|
||||
name = "[area.name] APC"
|
||||
name = "\improper [area.name] APC"
|
||||
update_icon()
|
||||
|
||||
make_terminal()
|
||||
|
||||
Reference in New Issue
Block a user