Rejecting charter names is now visible

Before it'd make a visual message at the user's location (ie. the admin
that rejected it).

Now it makes a message at the charter's location.
This commit is contained in:
Jack Edge
2016-06-26 00:00:26 +01:00
parent be2466b97c
commit ba22f1116b
+1 -1
View File
@@ -68,7 +68,7 @@
return
if(!response_timer_id)
return
var/turf/T = get_turf(user)
var/turf/T = get_turf(src)
T.visible_message("<span class='warning'>The proposed changes disappear \
from [src]; it looks like they've been rejected.</span>")
var/m = "[key_name(user)] has rejected the proposed station name."