From cc23b6dff763617f8d32a91f74fcd2d5c2015844 Mon Sep 17 00:00:00 2001 From: MysteryMan21333 <51891267+MysteryMan21333@users.noreply.github.com> Date: Fri, 10 Nov 2023 23:32:05 -0600 Subject: [PATCH] V1.1 --- .../mob/living/simple_animal/hostile/werewolves/themosley.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_splurt/code/modules/mob/living/simple_animal/hostile/werewolves/themosley.dm b/modular_splurt/code/modules/mob/living/simple_animal/hostile/werewolves/themosley.dm index 1b79654c2691..51db59db21c7 100644 --- a/modular_splurt/code/modules/mob/living/simple_animal/hostile/werewolves/themosley.dm +++ b/modular_splurt/code/modules/mob/living/simple_animal/hostile/werewolves/themosley.dm @@ -33,7 +33,7 @@ faction = list("werewolf") atmos_requirements = list("min_oxy" = 5, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 1, "min_co2" = 0, "max_co2" = 5, "min_n2" = 0, "max_n2" = 0) unsuitable_atmos_damage = 5 - gold_core_spawnable = HOSTILE_SPAWN + gold_core_spawnable = FALSE var/charging = FALSE has_penis = TRUE has_butt = TRUE