mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-28 22:41:44 +01:00
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:
@@ -520,7 +520,7 @@ switch %random.3%
|
||||
dg_cast 'harm' %actor%
|
||||
break
|
||||
case 2
|
||||
dg_cast 'magic missle' %actor%
|
||||
dg_cast 'magic missile' %actor%
|
||||
break
|
||||
default
|
||||
say That wasn't right...
|
||||
|
||||
Reference in New Issue
Block a user