Skip to content

Commit

Permalink
Tutorial xeno no age prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Feb 10, 2024
1 parent b10974c commit 38c03c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/datums/tutorial/xenomorph/_xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

// We don't want people talking to other xenomorphs across tutorials
new_character.can_hivemind_speak = FALSE
// No age prefix or HUD element
new_character.age = XENO_NO_AGE
new_character.show_age_prefix = FALSE
new_character.generate_name()

tutorial_mob = new_character
xeno = new_character
Expand Down

0 comments on commit 38c03c9

Please sign in to comment.