From ea4f1398a147c0592c2f0ca6f9dbe93f15df8dd5 Mon Sep 17 00:00:00 2001 From: Paxilmaniac Date: Mon, 18 Nov 2024 12:31:46 -0600 Subject: [PATCH] get real --- _maps/deathmatch/arena_lethal.dmm | 6 +++++- .../combat_things/code/human_health_max.dm | 3 +++ tgstation.dme | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 modular_lethal_doppler/combat_things/code/human_health_max.dm diff --git a/_maps/deathmatch/arena_lethal.dmm b/_maps/deathmatch/arena_lethal.dmm index 01c36c591a0d8..ccd5ee3dacd66 100644 --- a/_maps/deathmatch/arena_lethal.dmm +++ b/_maps/deathmatch/arena_lethal.dmm @@ -592,6 +592,10 @@ }, /turf/open/floor/iron/textured_large, /area/deathmatch) +"HH" = ( +/obj/effect/baseturf_helper/virtual_domain, +/turf/closed/wall/r_wall, +/area/deathmatch) "Ia" = ( /obj/machinery/light/floor, /turf/open/floor/iron/dark/side{ @@ -1019,7 +1023,7 @@ vD xK cY cY -cY +HH qa "} (5,1,1) = {" diff --git a/modular_lethal_doppler/combat_things/code/human_health_max.dm b/modular_lethal_doppler/combat_things/code/human_health_max.dm new file mode 100644 index 0000000000000..a353811b1f7c9 --- /dev/null +++ b/modular_lethal_doppler/combat_things/code/human_health_max.dm @@ -0,0 +1,3 @@ +/mob/living/carbon/human + maxHealth = 150 + health = 150 diff --git a/tgstation.dme b/tgstation.dme index 4741d3d100249..3f0621f15edff 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -7191,6 +7191,7 @@ #include "modular_lethal_doppler\armor_but_cool\code\armor_types\ultra_larp.dm" #include "modular_lethal_doppler\combat_things\code\deafness_limit.dm" #include "modular_lethal_doppler\combat_things\code\fire_adjustment.dm" +#include "modular_lethal_doppler\combat_things\code\human_health_max.dm" #include "modular_lethal_doppler\cool_implants\code\augments_arms.dm" #include "modular_lethal_doppler\cool_implants\code\augments_head.dm" #include "modular_lethal_doppler\deepmaint_stuff\code\areas_n_shit.dm"