mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-16 14:15:28 +01:00
Some small formatting changes, and some stray @ symbols cleaned up
This commit is contained in:
parent
6a342723ed
commit
5c317f6863
10 changed files with 17 additions and 22 deletions
|
|
@ -483,7 +483,6 @@ int cast_spell(struct char_data *ch, struct char_data *tch,
|
|||
return (call_magic(ch, tch, tobj, spellnum, GET_LEVEL(ch), CAST_SPELL));
|
||||
}
|
||||
|
||||
|
||||
/* do_cast is the entry point for PC-casted spells. It parses the arguments,
|
||||
* determines the spell number and finds a target, throws the die to see if
|
||||
* the spell can be cast, checks for sufficient mana and subtracts it, and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue