diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/magic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic.c b/src/map/magic.c index 7309281..0fc2881 100644 --- a/src/map/magic.c +++ b/src/map/magic.c @@ -106,7 +106,7 @@ magic_message(character_t *caster, while (*source_invocation) *source_invocation++ = '.'; } - return 0; + return 1; } return 0; /* Not a spell */ |