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

Commit b597cb9

Browse files
committed
10 TC
1 parent 7e1cea1 commit b597cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yogstation/code/game/objects/items/implants/implant_infiltrator.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
. = ..()
1010
ADD_TRAIT(src, TRAIT_EMPPROOF_SELF, "innate_empproof")
1111
ADD_TRAIT(src, TRAIT_EMPPROOF_CONTENTS, "innate_empproof")
12-
var/datum/component/uplink/uplink = AddComponent(/datum/component/uplink, _owner, TRUE, FALSE, null, 14)
12+
var/datum/component/uplink/uplink = AddComponent(/datum/component/uplink, _owner, TRUE, FALSE, null, 10)
1313
uplink.set_antagonist(ROLE_INFILTRATOR)
1414
alert_radio = new(src)
1515
alert_radio.make_syndie()

0 commit comments

Comments
 (0)