Skip to content

Commit

Permalink
Added helpful message to failed FREEZE when the target is already fro…
Browse files Browse the repository at this point in the history
…zen.
  • Loading branch information
luciensadi committed Jul 8, 2019
1 parent f3a842f commit ae08764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/act.wizard.cpp
Expand Up @@ -2789,7 +2789,7 @@ ACMD(do_wizutil)
return;
}
if (PLR_FLAGGED(vict, PLR_FROZEN)) {
send_to_char("Your victim is already pretty cold.\r\n", ch);
send_to_char("Your victim is already pretty cold. Did you mean to THAW them?\r\n", ch);
return;
}
PLR_FLAGS(vict).SetBit(PLR_FROZEN);
Expand Down

0 comments on commit ae08764

Please sign in to comment.