Skip to content

Commit

Permalink
Update datum_traitor.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterBiome committed Nov 8, 2024
1 parent d19a5e6 commit 6116c49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/antagonists/traitor/datum_traitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
hijack_objective.owner = owner
add_objective(hijack_objective)
SSgamemode.has_hijackers = TRUE
setup_backstories(murderbone = FALSE, hijack = TRUE)
return
//End of yogstation change.

Expand All @@ -149,6 +150,7 @@
var/datum/objective/martyr/martyr_objective = new
martyr_objective.owner = owner
add_objective(martyr_objective)
setup_backstories(murderbone = TRUE, hijack = FALSE)
return

else
Expand Down

0 comments on commit 6116c49

Please sign in to comment.