fix B04005 and B04006
[B04003 and B04004 are still marked "Reported"] <Someone>: > You aren't very skilled at reaching from the saddled blue dragon. > Continue your attempt to set the land mine? [yn] (n) > You begin setting your land mine. > There is the trigger of your mine in a pile of soil below you. > KAABLAMM!!! The air currents set your land mine off! > I somehow suspect that it'd be more than the air currents, if I were > trying to arm a land mine from dragonback while not very good at > controlling it. <Someone>: > What do you want to use or apply? [cmu or ?*] > You aren't very skilled at reaching from the saddled warhorse. > Continue your attempt to set the land mine? [yn] (n) > You begin setting your land mine. You escape your land mine. > Is "escape" really the right word here?
This commit is contained in:
@@ -2094,7 +2094,7 @@ set_trap()
|
||||
You("finish arming %s.",
|
||||
the(defsyms[trap_to_defsym(what_trap(ttyp))].explanation));
|
||||
if (((otmp->cursed || Fumbling) && (rnl(10) > 5)) || trapinfo.force_bungle)
|
||||
dotrap(ttmp, 0);
|
||||
dotrap(ttmp, trapinfo.force_bungle ? FORCEBUNGLE : 0);
|
||||
} else {
|
||||
/* this shouldn't happen */
|
||||
Your("trap setting attempt fails.");
|
||||
|
||||
Reference in New Issue
Block a user