changeset 302 | 7aca131ecd7f |
parent 285 | cdab49768c83 |
child 351 | 29bc9c36ad5f |
301:29bf9c1a3ad3 | 302:7aca131ecd7f |
---|---|
43 {amDynamite} nil, |
43 {amDynamite} nil, |
44 {amFirePunch} TestFirePunch, |
44 {amFirePunch} TestFirePunch, |
45 {amBaseballBat} TestBaseballBat, |
45 {amBaseballBat} TestBaseballBat, |
46 {amParachute} nil, |
46 {amParachute} nil, |
47 {amAirAttack} nil, |
47 {amAirAttack} nil, |
48 {amMineStrike} nil |
48 {amMineStrike} nil, |
49 {amBlowTorch} nil |
|
49 ); |
50 ); |
50 |
51 |
51 const BadTurn = Low(integer); |
52 const BadTurn = Low(integer); |
52 |
53 |
53 implementation |
54 implementation |