mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 15:32:25 +00:00
Tweaks.
Re-uses the too_many_active_drones() proc as originally intended. Makes the private_valid_special_roles list global, no need to let each individual player initialize the list.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
if(!host || !istype(host)) return
|
||||
|
||||
var/datum/ghosttrap/plant/P = get_ghost_trap("living plant")
|
||||
P.request_player(host, "Someone is harvesting [display_name].")
|
||||
P.request_player(host, "Someone is harvesting \a [display_name].")
|
||||
|
||||
spawn(75)
|
||||
if(!host.ckey && !host.client)
|
||||
|
||||
Reference in New Issue
Block a user