Fix multiple KIN exploits (#9786)

This commit is contained in:
Kashargul
2025-01-05 14:38:24 +01:00
committed by GitHub
parent edae67fd5f
commit 4f51cf1044
12 changed files with 43 additions and 10 deletions

View File

@@ -125,6 +125,7 @@
// change
ability_flags &= ~AB_PHASE_SHIFTED
ability_flags |= AB_PHASE_SHIFTING
throwpass = FALSE
name = get_visible_name()
for(var/obj/belly/B as anything in vore_organs)
B.escapable = initial(B.escapable)
@@ -235,6 +236,7 @@
// change
ability_flags |= AB_PHASE_SHIFTED
ability_flags |= AB_PHASE_SHIFTING
throwpass = TRUE
custom_emote(1,"phases out!")
name = get_visible_name()