Skip to content

Commit

Permalink
queen
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Nov 21, 2023
1 parent 869c250 commit cdb956a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/Queen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@

/mob/living/carbon/xenomorph/queen/Initialize()
. = ..()
SStracking.set_leader("hive_[hivenumber]", src)
if(!is_admin_level(z))//so admins can safely spawn Queens in Thunderdome for tests.
xeno_message(SPAN_XENOANNOUNCE("A new Queen has risen to lead the Hive! Rejoice!"),3,hivenumber)
notify_ghosts(header = "New Queen", message = "A new Queen has risen.", source = src, action = NOTIFY_ORBIT)
Expand Down

0 comments on commit cdb956a

Please sign in to comment.