From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Sun, 24 Sep 2023 02:38:22 +0000 (-0400) Subject: Fix "spawn" spellbook (#20447) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4774368f2a0e5927053af9691c39b379120be368;p=space-station-14.git Fix "spawn" spellbook (#20447) --- diff --git a/Resources/Prototypes/Entities/Objects/Magic/books.yml b/Resources/Prototypes/Entities/Objects/Magic/books.yml index 79c0cd9a78..812949fb0b 100644 --- a/Resources/Prototypes/Entities/Objects/Magic/books.yml +++ b/Resources/Prototypes/Entities/Objects/Magic/books.yml @@ -20,7 +20,6 @@ components: - type: Spellbook spells: - FlashRune: -1 ActionSpawnMagicarpSpell: -1 - type: entity @@ -99,7 +98,7 @@ - state: spell_default - type: Spellbook spells: - FlashRune: -1 - ExplosionRune: -1 - IgniteRune: -1 - StunRune: -1 + ActionFlashRune: -1 + ActionExplosionRune: -1 + ActionIgniteRune: -1 + ActionStunRune: -1