Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit d5a7302

Browse files
authored
Update datum_traitor.dm (#22798)
1 parent 2971146 commit d5a7302

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/modules/antagonists/traitor/datum_traitor.dm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
hijack_objective.owner = owner
137137
add_objective(hijack_objective)
138138
SSgamemode.has_hijackers = TRUE
139+
setup_backstories(murderbone = FALSE, hijack = TRUE)
139140
return
140141
//End of yogstation change.
141142

@@ -149,6 +150,7 @@
149150
var/datum/objective/martyr/martyr_objective = new
150151
martyr_objective.owner = owner
151152
add_objective(martyr_objective)
153+
setup_backstories(murderbone = TRUE, hijack = FALSE)
152154
return
153155

154156
else

0 commit comments

Comments
 (0)