X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=actions.c;h=abe9e5bb38ef2eac3a9b3e481bbbf1445c648874;hb=f3dae6ff83cad7d5bf3cbf5db523af7ca6629941;hp=34d0e48ef8d291bbfd364bf0bedfb73908cebe3a;hpb=abf820bb5c8bcf51207ef941dbe00b7c425bf023;p=open-adventure.git diff --git a/actions.c b/actions.c index 34d0e48..abe9e5b 100644 --- a/actions.c +++ b/actions.c @@ -1136,8 +1136,6 @@ static int throw (struct command_t *command) * (Only way to do so!) Axe also special for dragon, bear, and * troll. Treasures special for troll. */ { - if (TOTING(ROD2) && command->obj == ROD && !TOTING(ROD)) - command->obj = ROD2; if (!TOTING(command->obj)) { rspeak(actions[command->verb].message); return GO_CLEAROBJ;