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

Commit 1801cb4

Browse files
committed
Gives them break machinery
1 parent 8cbf791 commit 1801cb4

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@
9898
else
9999
add_objective(/datum/objective/assassinate)
100100
else
101-
add_objective(/datum/objective/steal)
101+
if(prob(60))
102+
add_objective(/datum/objective/steal)
103+
else
104+
add_objective(/datum/objective/break_machinery)
102105

103106
/datum/team/infiltrator/proc/add_objective(type)
104107
var/datum/objective/O = type

0 commit comments

Comments
 (0)