From a42bf6233450efc238b56dadf90951360273cdf1 Mon Sep 17 00:00:00 2001 From: Armhulen Date: Fri, 6 Oct 2017 19:30:13 -0700 Subject: [PATCH 1/2] Lightgeists are gold core spawnable (#31344) * buff chainsaws 2: electric boogaloo sned help * Revert "helps chainsaws out" This reverts commit 2954df89e9393bb29894a29af83abe3d69f27c78. * helps chainsaws out i'm sorry we hurt you chainsaws * i'm not stupid i'm misguided! but i actually totally agree with this so !go kor! * AH, BINGO. * ez * honk --- .../mob/living/simple_animal/hostile/megafauna/colossus.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/colossus.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/colossus.dm index f3a398d5d9..8b97fe5354 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/colossus.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/colossus.dm @@ -635,6 +635,7 @@ Difficulty: Very Hard environment_smash = ENVIRONMENT_SMASH_NONE AIStatus = AI_OFF stop_automated_movement = 1 + gold_core_spawnable = TRUE var/heal_power = 5 /mob/living/simple_animal/hostile/lightgeist/Initialize()