Added color to poofs --Rumble

This commit is contained in:
Rumble 2013-04-03 00:57:51 +00:00
parent e49c8b648f
commit 2cfae9ff43
4 changed files with 16 additions and 1 deletions

View file

@ -3128,6 +3128,7 @@ static int perform_set(struct char_data *ch, struct char_data *vict, int mode, c
case 39: /* poofin */
if ((vict == ch) || (GET_LEVEL(ch) == LVL_IMPL)) {
skip_spaces(&val_arg);
parse_at(val_arg);
if (POOFIN(vict))
free(POOFIN(vict));
@ -3141,6 +3142,7 @@ static int perform_set(struct char_data *ch, struct char_data *vict, int mode, c
case 40: /* poofout */
if ((vict == ch) || (GET_LEVEL(ch) == LVL_IMPL)) {
skip_spaces(&val_arg);
parse_at(val_arg);
if (POOFOUT(vict))
free(POOFOUT(vict));