Skip to content

Commit

Permalink
Add an extender to make spike stones dismissable.
Browse files Browse the repository at this point in the history
  • Loading branch information
doug1234 committed Jan 6, 2025
1 parent e3f64a9 commit 7da9f36
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tpdatasrc/tpgamefiles/scr/tpModifiers/sp_spike_stones.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from templeplus.pymod import PythonModifier
from toee import *
import tpdp

print "Spike Stones Extender"

spikeStonesExtender = PythonModifier()
spikeStonesExtender.ExtendExisting("sp-Spike Stones")
spikeStonesExtender.AddSpellDismissStandardHook() #Should be dismissable like spike stones



0 comments on commit 7da9f36

Please sign in to comment.