Fixes disabled limbs from compound fractures, only robotic limbs can be disabled by pure damage now (#54922)

This commit is contained in:
Ryll Ryll
2020-11-16 14:54:32 -08:00
committed by GitHub
parent 81ed74b22d
commit 9b62c86f4d
16 changed files with 75 additions and 80 deletions
@@ -565,7 +565,7 @@
/datum/reagent/drug/maint/sludge/on_mob_metabolize(mob/living/L)
. = ..()
ADD_TRAIT(L,TRAIT_HARDLIMBWOUND,type)
ADD_TRAIT(L,TRAIT_HARDLY_WOUNDED,type)
/datum/reagent/drug/maint/sludge/on_mob_life(mob/living/carbon/M)
. = ..()
@@ -573,7 +573,7 @@
/datum/reagent/drug/maint/sludge/on_mob_end_metabolize(mob/living/M)
. = ..()
REMOVE_TRAIT(M,TRAIT_HARDLIMBWOUND,type)
REMOVE_TRAIT(M,TRAIT_HARDLY_WOUNDED,type)
/datum/reagent/drug/maint/sludge/overdose_process(mob/living/M)
. = ..()