some tweaks for hardmode (#22809)

* some tweaks for hardmode

* Update colossus.dm

* fail safes / other fixes

* oops pressed compile but had an active thing open

* bubblegum nerfs

* nerfs the self healing on guidance

* crusher bubble care

* and finally, the portal to the second arena, so a rescue might happen. Maybe.

* oh right the legion core related murders

* lets not make modsuit users suffer

* oops

* whoops

* fixes legion loot

* changes requested

* terminal smooth brain

* Update code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* comment

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2023-10-30 19:08:49 +00:00
committed by GitHub
co-authored by Contrabang
parent 30c6a59d63
commit 9bb010b9ab
12 changed files with 42 additions and 26 deletions
+2 -1
View File
@@ -325,7 +325,8 @@
if(!keep_turfs)
keep_turfs = typecacheof(list(
/turf/simulated/floor/plating/lava,
/turf/simulated/floor/indestructible/hierophant
/turf/simulated/floor/indestructible/hierophant,
/turf/simulated/floor/indestructible/necropolis
))
/obj/item/mod/module/ash_accretion/on_suit_activation()