From 106caa66bb3acd369a312ebbd15f7c7797886469 Mon Sep 17 00:00:00 2001 From: Rune Knight <30399783+Runian@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:58:24 -0700 Subject: [PATCH] Cyborgs now have TRAIT_FORCED_STANDING (#19545) * god i hate the untested antag pr * better solution, maybe * gives TRAIT_FORCED_STANDING to cyborg during init --- code/modules/mob/living/silicon/silicon.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/silicon/silicon.dm b/code/modules/mob/living/silicon/silicon.dm index b647ec5ffff2..474969b6574e 100644 --- a/code/modules/mob/living/silicon/silicon.dm +++ b/code/modules/mob/living/silicon/silicon.dm @@ -59,6 +59,8 @@ diag_hud.add_atom_to_hud(src) diag_hud_set_status() diag_hud_set_health() + ADD_TRAIT(src, TRAIT_FORCED_STANDING, "cyborg") // not CYBORG_ITEM_TRAIT because not an item + /mob/living/silicon/med_hud_set_health() return //we use a different hud