mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user