Skip to content

Commit

Permalink
[MIRROR] [no gbp] Don't give every heretic mob mirror walk [MDB IGNOR…
Browse files Browse the repository at this point in the history
…E] (#24318)

* [no gbp] Don't give every heretic mob mirror walk (#78949)

## About The Pull Request

Fixes #78942

Don't give every heretic mob mirror walk
Also restores their spaceproofing.

The causes of this were respectively:
- I didn't type out the full typepath.
- I forgot.

## Changelog

:cl:
fix: "Mirror Walk" is once more the domain of the Maid in the Mirror
rather than "every heretic summon"
fix: Heretic mobs can once again survive space
/:cl:

* [no gbp] Don't give every heretic mob mirror walk

---------

Co-authored-by: Jacquerel <[email protected]>
  • Loading branch information
2 people authored and Iajret committed Oct 13, 2023
1 parent 3ab93db commit 6d80aaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions code/modules/mob/living/basic/heretic/heretic_summon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
response_harm_simple = "tear"
death_message = "implodes into itself."

unsuitable_atmos_damage = 0
unsuitable_cold_damage = 0
unsuitable_heat_damage = 0

combat_mode = TRUE
ai_controller = null
speak_emote = list("screams")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/// A list of REFs to people who recently examined us
var/list/recent_examiner_refs = list()

/mob/living/basic/heretic_summon/Initialize(mapload)
/mob/living/basic/heretic_summon/maid_in_the_mirror/Initialize(mapload)
. = ..()
var/static/list/loot = list(
/obj/effect/decal/cleanable/ash,
Expand Down

0 comments on commit 6d80aaa

Please sign in to comment.