We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2a3ed commit 5e39ee0Copy full SHA for 5e39ee0
1 file changed
yogstation/code/modules/antagonists/infiltrator/team.dm
@@ -102,7 +102,7 @@
102
add_objective(/datum/objective/steal)
103
else
104
var/datum/objective/break_machinery/break_objective = new
105
- break_objective.owner = owner
+ break_objective.team = team
106
if(break_objective.finalize())
107
add_objective(break_objective)
108
0 commit comments