mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Makes special role preferences a list, instead of flag entry.
Allows us to define more than 16 special roles. Updates some role usages to use the new ghost trap system.
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 [display_name].")
|
||||
|
||||
spawn(75)
|
||||
if(!host.ckey && !host.client)
|
||||
|
||||
Reference in New Issue
Block a user