From 871cc530828ed20b30b9d322bcadef43de410b77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C4=81da?= Date: Sat, 22 Nov 2025 20:20:31 -0600 Subject: [PATCH] Bugfix: Borg's can't die anymore (#41492) * commit * other borgs --------- Co-authored-by: iaada --- .../Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml | 4 ++-- Resources/Prototypes/Entities/Mobs/Cyborgs/xenoborgs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index ccd9b9aa4d..8d8c3671ee 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -46,7 +46,7 @@ thresholds: 0: Alive 100: Critical - 200: Dead + 300: Dead # Same as destruction threshold. Borgs act exactly like crit when dead, except for ghosting on move stateAlertDict: Alive: BorgHealth Critical: BorgCrit @@ -444,7 +444,7 @@ thresholds: # slightly tankier than a normal borg 0: Alive 125: Critical - 250: Dead + 375: Dead # Same as destruction threshold. Borgs act exactly like crit when dead, except for ghosting on move - type: EmagSiliconLaw # should xenoborgs be emagable? stunTime: 5 - type: SiliconLawProvider diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/xenoborgs.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/xenoborgs.yml index 80f1cb8368..272c80e0f1 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/xenoborgs.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/xenoborgs.yml @@ -92,7 +92,7 @@ thresholds: 0: Alive 250: Critical - 500: Dead + 750: Dead # Same as destruction threshold. Borgs act exactly like crit when dead, except for ghosting on move stateAlertDict: Alive: BorgHealth Critical: BorgCrit -- 2.52.0