diff --git a/code/__DEFINES/mobs.dm b/code/__DEFINES/mobs.dm index c26926d5af457e..b70b841db4c6c7 100644 --- a/code/__DEFINES/mobs.dm +++ b/code/__DEFINES/mobs.dm @@ -256,7 +256,7 @@ #define DIGITIGRADE_LEGS "Digitigrade Legs" // Health/damage defines -#define MAX_LIVING_HEALTH 150 //DOPPLER EDIT CHANGE - ORIGINAL: MAX_LIVING_HEALTH 100 +#define MAX_LIVING_HEALTH 100 //for determining which type of heartbeat sound is playing ///Heartbeat is beating fast for hard crit diff --git a/modular_doppler/human_health_maximum/code/to_the_limit.dm b/modular_doppler/human_health_maximum/code/to_the_limit.dm deleted file mode 100644 index 4f264aef77df10..00000000000000 --- a/modular_doppler/human_health_maximum/code/to_the_limit.dm +++ /dev/null @@ -1,7 +0,0 @@ -/mob/living/carbon/human - max_stamina = 170 - var/blood_volume_normal = BLOOD_VOLUME_NORMAL - -/mob/living/silicon/robot - maxHealth = MAX_LIVING_HEALTH - health = MAX_LIVING_HEALTH diff --git a/modular_doppler/modular_quirks/oversized/oversized.dm b/modular_doppler/modular_quirks/oversized/oversized.dm index 34b2927e6f6a52..fb18eb6ab3631c 100644 --- a/modular_doppler/modular_quirks/oversized/oversized.dm +++ b/modular_doppler/modular_quirks/oversized/oversized.dm @@ -31,7 +31,6 @@ for(var/obj/item/bodypart/bodypart as anything in human_holder.bodyparts) on_gain_limb(src, bodypart, special = FALSE) - human_holder.blood_volume_normal = BLOOD_VOLUME_OVERSIZED human_holder.physiology.hunger_mod *= OVERSIZED_HUNGER_MOD //50% hungrier human_holder.add_movespeed_modifier(/datum/movespeed_modifier/oversized) @@ -83,7 +82,6 @@ UnregisterSignal(human_holder, COMSIG_CARBON_POST_ATTACH_LIMB) - human_holder.blood_volume_normal = BLOOD_VOLUME_NORMAL human_holder.physiology.hunger_mod /= OVERSIZED_HUNGER_MOD human_holder.remove_movespeed_modifier(/datum/movespeed_modifier/oversized) human_holder.remove_traits(oversized_traits, QUIRK_TRAIT) diff --git a/tgstation.dme b/tgstation.dme index dd28a59c785235..648bb0d028901a 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -7066,7 +7066,6 @@ #include "modular_doppler\hearthkin\tribal_extended\code\weapons\sword.dm" #include "modular_doppler\height_scaling\code\icons.dm" #include "modular_doppler\height_scaling\code\preferences.dm" -#include "modular_doppler\human_health_maximum\code\to_the_limit.dm" #include "modular_doppler\icspawn\cconsultant_items.dm" #include "modular_doppler\icspawn\observer_spawn.dm" #include "modular_doppler\icspawn\spell.dm"