Coverage -- intransitive attack
This commit is contained in:
parent
c7aecb7249
commit
854b9b0abd
4 changed files with 14 additions and 3 deletions
|
@ -70,8 +70,12 @@ A cheerful little bird is sitting here singing.
|
||||||
|
|
||||||
You can catch the bird, but you cannot carry it.
|
You can catch the bird, but you cannot carry it.
|
||||||
|
|
||||||
|
> attack
|
||||||
|
|
||||||
You scored 32 out of a possible 430, using 9 turns.
|
The little bird is now dead. Its body disappears.
|
||||||
|
|
||||||
|
|
||||||
|
You scored 32 out of a possible 430, using 10 turns.
|
||||||
|
|
||||||
You are obviously a rank amateur. Better luck next time.
|
You are obviously a rank amateur. Better luck next time.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Try to carry bird without cage
|
## Try to carry bird without cage, then kill bird
|
||||||
n
|
n
|
||||||
seed 1071883378
|
seed 1071883378
|
||||||
in
|
in
|
||||||
|
@ -10,3 +10,5 @@ eat grate
|
||||||
w
|
w
|
||||||
w
|
w
|
||||||
take bird
|
take bird
|
||||||
|
# test intransitive attack on bird
|
||||||
|
attack
|
|
@ -296,12 +296,16 @@ You can't be serious!
|
||||||
As you strike the vending machine, it pivots backward along with a
|
As you strike the vending machine, it pivots backward along with a
|
||||||
section of wall, revealing a dark passage leading south.
|
section of wall, revealing a dark passage leading south.
|
||||||
|
|
||||||
|
> attack
|
||||||
|
|
||||||
|
Attac what?
|
||||||
|
|
||||||
> attack machine
|
> attack machine
|
||||||
|
|
||||||
The vending machine swings back to block the passage.
|
The vending machine swings back to block the passage.
|
||||||
|
|
||||||
|
|
||||||
You scored 75 out of a possible 430, using 55 turns.
|
You scored 75 out of a possible 430, using 56 turns.
|
||||||
|
|
||||||
Your score qualifies you as a novice class adventurer.
|
Your score qualifies you as a novice class adventurer.
|
||||||
|
|
||||||
|
|
|
@ -55,4 +55,5 @@ read machine
|
||||||
throw batteries
|
throw batteries
|
||||||
take machine
|
take machine
|
||||||
kill machine
|
kill machine
|
||||||
|
attack
|
||||||
attack machine
|
attack machine
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue