mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 19:49:39 +01:00
[MIRROR] Fixes disabled limbs from compound fractures, only robotic limbs can be disabled by pure damage now (#1709)
* Fixes disabled limbs from compound fractures, only robotic limbs can be disabled by pure damage now (#54922) * Fixes disabled limbs from compound fractures, only robotic limbs can be disabled by pure damage now Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user