X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=actions.c;h=409e58e110eaaceb23718318dab19583f7dc7692;hb=8ec7c9d5768cae39c1b8875b9bfca00e9bbba302;hp=b866007c00cc59ebcf447e6f81e729529c5c8a95;hpb=4f08537e2d1c8c361d08e07a2d67cd3f53e03f40;p=open-adventure.git diff --git a/actions.c b/actions.c index b866007..409e58e 100644 --- a/actions.c +++ b/actions.c @@ -888,7 +888,7 @@ static int pour(token_t verb, token_t obj) game.prop[PLANT2] = game.prop[PLANT]; return GO_MOVE; } else { - state_change(DOOR, (obj == OIL) ? DOOR_UNRUSTED: DOOR_RUSTED); + state_change(DOOR, (obj == OIL) ? DOOR_UNRUSTED : DOOR_RUSTED); return GO_CLEAROBJ; } }