Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 17c73d2

Browse files
authored
Merge pull request RonRonstation#265 from imatsoup/Fix-Smite-Test-Failures
Fix C.Smite to remove unneeded components/fit the new format for spell actions
2 parents be52870 + 844e4a2 commit 17c73d2

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Resources/Prototypes/Magic/touch_spells.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,18 @@
4444

4545
# Non-Gibbing version of the Smite spell for wizards
4646
- type: entity
47+
parent: BaseSmiteAction
4748
id: ActionCellularSmite
4849
name: Smite
4950
description: Puts a target into critical condition
5051
components:
51-
- type: EntityTargetAction
52-
useDelay: 90
53-
itemIconStyle: BigAction
54-
canTargetSelf: false
55-
interactOnMiss: false
52+
- type: Action
5653
sound: !type:SoundPathSpecifier
5754
path: /Audio/Magic/disintegrate.ogg
5855
icon:
5956
sprite: Objects/Magic/magicactions.rsi
6057
state: gib
58+
- type: EntityTargetAction
6159
event: !type:CellularSmiteSpellEvent
6260
smiteDamage:
6361
types:

0 commit comments

Comments
 (0)