fix B04004 "lead steed" into pit after landmine

<Someone> wrote:
	KAABLAMM!!!  You triggered [your|a] land mine!
	You lead the poor warhorse into a pit!
	Is "lead" really the right word here?
This commit is contained in:
nethack.allison
2003-07-12 16:59:32 +00:00
parent b88e0a13ab
commit 8eb6614a56
2 changed files with 11 additions and 4 deletions

View File

@@ -180,6 +180,7 @@ NEARDATA extern coord bhitpos; /* place where throw or zap hits or stops */
/* Flags to control dotrap() in trap.c */
#define NOWEBMSG 0x01 /* suppress stumble into web message */
#define FORCEBUNGLE 0x02 /* adjustments appropriate for bungling */
#define RECURSIVETRAP 0x04 /* trap changed into another type this same turn */
/* Flags to control test_move in hack.c */
#define DO_MOVE 0 /* really doing the move */