From: āda Date: Sun, 23 Nov 2025 02:20:31 +0000 (-0600) Subject: Bugfix: Borg's can't die anymore (#41492) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=871cc530828ed20b30b9d322bcadef43de410b77;p=space-station-14.git Bugfix: Borg's can't die anymore (#41492) * commit * other borgs --------- Co-authored-by: iaada --- 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