]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix "spawn" spellbook (#20447)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Sun, 24 Sep 2023 02:38:22 +0000 (22:38 -0400)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2023 02:38:22 +0000 (12:38 +1000)
Resources/Prototypes/Entities/Objects/Magic/books.yml

index 79c0cd9a7898992cf257fe008dec64800b568bdb..812949fb0b9373ea68c625bc99c5b698bab5d073 100644 (file)
@@ -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