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

Commit 0db4286

Browse files
authored
Okay there, I referenced you properly
1 parent 5e39ee0 commit 0db4286

File tree

1 file changed

+1
-1
lines changed
  • yogstation/code/modules/antagonists/infiltrator

1 file changed

+1
-1
lines changed

yogstation/code/modules/antagonists/infiltrator/team.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
add_objective(/datum/objective/steal)
103103
else
104104
var/datum/objective/break_machinery/break_objective = new
105-
break_objective.team = team
105+
break_objective.team = src
106106
if(break_objective.finalize())
107107
add_objective(break_objective)
108108
else

0 commit comments

Comments
 (0)