mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Matriarch Fixes (#12717)
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
/datum/controller/subsystem/ghostroles/proc/add_spawn_atom(var/ghost_role_name, var/atom/spawn_atom)
|
||||
if(ghost_role_name && spawn_atom)
|
||||
var/datum/ghostspawner/G = spawners[ghost_role_name]
|
||||
if(G)
|
||||
if(G && !(spawn_atom in G.spawn_atoms))
|
||||
G.spawn_atoms += spawn_atom
|
||||
if(G.atom_add_message)
|
||||
say_dead_direct("[G.atom_add_message]<br>Spawn in as it by using the ghost spawner menu in the ghost tab, and try to be good!")
|
||||
|
||||
Reference in New Issue
Block a user