From b6b15f1b916fe29d7a08d19a19983fceae6948f0 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 10 Dec 2025 21:27:54 +0100 Subject: [PATCH] Makes Mjor The Creative and his underlings are Spaceproof. (#94317) Makes mjor the boss of the paperwizard spaceproof and his underlings ## Why It's Good For The Game Mjor is a very hard fight to begin with. but never fought in its intended way and always end in the following two scenarios. 1 leading him out to space/let atmos drain out to kill him 2 your a changeling or have some other cheesy revive tactic to kill it. Realisticly since this is being in space and your alone you are probaly not gonna kill it unless you have somebody back you up and even then it gives a run for your money ## Changelog :cl: Ezel balance:Mjor the Creative saw trough your crafty tactics and he and his creations no longer takes damage from space /:cl: --- code/modules/mob/living/basic/ruin_defender/stickman.dm | 3 +-- .../mob/living/basic/space_fauna/paper_wizard/paper_wizard.dm | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/basic/ruin_defender/stickman.dm b/code/modules/mob/living/basic/ruin_defender/stickman.dm index 24be8389a5b..d51c0b4efe1 100644 --- a/code/modules/mob/living/basic/ruin_defender/stickman.dm +++ b/code/modules/mob/living/basic/ruin_defender/stickman.dm @@ -17,8 +17,7 @@ attack_sound = 'sound/items/weapons/punch1.ogg' combat_mode = TRUE faction = list(FACTION_STICKMAN) - unsuitable_atmos_damage = 7.5 - unsuitable_cold_damage = 7.5 + unsuitable_atmos_damage = 0 unsuitable_heat_damage = 7.5 damage_coeff = list(BRUTE = 1, BURN = 1, TOX = 1, STAMINA = 0, OXY = 1) diff --git a/code/modules/mob/living/basic/space_fauna/paper_wizard/paper_wizard.dm b/code/modules/mob/living/basic/space_fauna/paper_wizard/paper_wizard.dm index f2bacdd514a..24980cc0110 100644 --- a/code/modules/mob/living/basic/space_fauna/paper_wizard/paper_wizard.dm +++ b/code/modules/mob/living/basic/space_fauna/paper_wizard/paper_wizard.dm @@ -22,6 +22,7 @@ attack_sound = 'sound/effects/hallucinations/growl1.ogg' ai_controller = /datum/ai_controller/basic_controller/paper_wizard damage_coeff = list(BRUTE = 1, BURN = 1, TOX = 1, STAMINA = 0, OXY = 1) + unsuitable_atmos_damage = 0 ///spell to summon minions var/datum/action/cooldown/spell/conjure/wizard_summon_minions/summon ///spell to summon clones