mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-23 09:26:10 +01:00
Make sure %target% works in act triggers
This commit is contained in:
parent
28ca86645b
commit
4967f744d4
1 changed files with 1 additions and 1 deletions
|
|
@ -2495,7 +2495,7 @@ void perform_act(const char *orig, struct char_data *ch, struct obj_data *obj,
|
|||
const char *i = NULL;
|
||||
char lbuf[MAX_STRING_LENGTH], *buf, *j;
|
||||
bool uppercasenext = FALSE;
|
||||
struct char_data *dg_victim = NULL;
|
||||
struct char_data *dg_victim = (to == vict_obj) ? vict_obj : NULL;
|
||||
struct obj_data *dg_target = NULL;
|
||||
char *dg_arg = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue