Skip to content

Commit

Permalink
Fix for survivor hostility message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Segrain committed Feb 26, 2024
1 parent d728744 commit 8456193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/jobs/job/civilians/other/survivors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@

if(hostile)
to_chat(survivor, SPAN_HIGHDANGER("You are HOSTILE to the USCM!"))
else if(survivor.faction == FACTION_CLF)
to_chat(survivor, SPAN_HIGHDANGER("You are HOSTILE to the USCM, but NOT to other survivors!"))
else
to_chat(survivor, SPAN_XENOHIGHDANGER("You are NON-HOSTILE to the USCM!"))

Expand Down

0 comments on commit 8456193

Please sign in to comment.