From 4774368f2a0e5927053af9691c39b379120be368 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Sat, 23 Sep 2023 22:38:22 -0400 Subject: [PATCH] Fix "spawn" spellbook (#20447) --- Resources/Prototypes/Entities/Objects/Magic/books.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.51.2