mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-21 16:36:09 +01:00
Added color to poofs --Rumble
This commit is contained in:
parent
e49c8b648f
commit
2cfae9ff43
4 changed files with 16 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue