mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-23 03:51:52 +01:00
Added send_cannot_edit, removed LVL_FREEZE, and fixed fight_messages. --Rumble
This commit is contained in:
@@ -228,7 +228,7 @@ ASPELL(spell_charm)
|
||||
else if (!CONFIG_PK_ALLOWED && !IS_NPC(victim))
|
||||
send_to_char(ch, "You fail - shouldn't be doing it anyway.\r\n");
|
||||
else if (circle_follow(victim, ch))
|
||||
send_to_char(ch, "Sorry, following in circles can not be allowed.\r\n");
|
||||
send_to_char(ch, "Sorry, following in circles is not allowed.\r\n");
|
||||
else if (mag_savingthrow(victim, SAVING_PARA, 0))
|
||||
send_to_char(ch, "Your victim resists!\r\n");
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user