mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-24 01:02:06 +00:00
This is just the first chunk, of fixing around the be_special flag stuff It will probably break everything as-is
5 lines
250 B
Plaintext
5 lines
250 B
Plaintext
/datum/seed
|
|
var/list/currently_querying // Used to avoid asking the same ghost repeatedly.
|
|
|
|
// The following procs are used to grab players for mobs produced by a seed (mostly for dionaea).
|
|
/datum/seed/proc/handle_living_product(var/mob/living/host) |