From 030af8dc0b4f93c6624446cae4451e7956fb6ddc Mon Sep 17 00:00:00 2001 From: phasenoisepon <82134074+phasenoisepon@users.noreply.github.com> Date: Sun, 31 Oct 2021 13:18:57 -0500 Subject: [PATCH] prevents brains from becoming bats (#62436) PR'ed for Hacktoberfest (so if this passes muster I'd appreciate it being tagged with hacktoberfest-accepted) really MMI's closes Bat form lets you talk as a brain #62431 doesn't prevent borgs from becoming vampire bats --- code/modules/spells/spell_types/shapeshift.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/spells/spell_types/shapeshift.dm b/code/modules/spells/spell_types/shapeshift.dm index 552f9871d2d..34479e2e526 100644 --- a/code/modules/spells/spell_types/shapeshift.dm +++ b/code/modules/spells/spell_types/shapeshift.dm @@ -11,6 +11,7 @@ invocation = "RAC'WA NO!" invocation_type = INVOCATION_SHOUT action_icon_state = "shapeshift" + nonabstract_req = TRUE var/revert_on_death = TRUE var/die_with_shapeshifted_form = TRUE