Skip to content

Commit

Permalink
No self-alliance
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Jul 30, 2023
1 parent b4d304d commit bd0614d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1367,6 +1367,8 @@
xeno_message(SPAN_XENOANNOUNCE("With the death of the Queen all alliances has been broken."), 3, hivenumber)

/datum/hive_status/proc/change_stance(faction, should_ally)
if(faction == name)
return
if(allies[faction] == should_ally)
return
allies[faction] = should_ally
Expand Down

0 comments on commit bd0614d

Please sign in to comment.