Normalize a few spell names. (#64)

This just makes all dg_casts use the same name for the same spell.

Some of these are just short names, at least one seems to be a typo.
This commit is contained in:
Steaphan Greene
2019-11-17 12:45:51 -08:00
committed by wyld-sw
parent 0a9cab1109
commit 3e03332f0a
6 changed files with 6 additions and 6 deletions

View File

@@ -201,7 +201,7 @@ say Blessings upon you this day, %actor.name%. The hand of God
say be upon you always. Here let me heal and help you.
dg_cast 'heal' %actor.name%
wait 5
dg_cast 'sanc' %actor.name%
dg_cast 'sanctuary' %actor.name%
wait 5
dg_cast 'fly' %actor.name%
wait 5