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:
PsiOmegaDelta
2016-01-15 11:45:12 +01:00
parent 12fe589dce
commit bee18a16db
5 changed files with 16 additions and 12 deletions

View File

@@ -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)