Ghost Spawner Manifest (#18001)

This commit is contained in:
Geeves
2023-12-24 02:20:27 +00:00
committed by GitHub
parent c5202baa39
commit bc1887a728
5 changed files with 57 additions and 4 deletions
+3
View File
@@ -40,6 +40,9 @@
var/mob_name_suffix = null //The suffix that should be applied to the mob name
var/away_site = FALSE
/// A lazylist of weakrefs to mobs this spawner has spawned
var/list/datum/weakref/spawned_mobs
/datum/ghostspawner/New()
. = ..()
if(!jobban_job)