Add a missing break
Stepping on a magic trap while riding could delete the trap and make the deleted trap hit the steed.
This commit is contained in:
@@ -1213,6 +1213,7 @@ glovecheck: (void) rust_dmg(uarmg, "gauntlets", 1, TRUE, &youmonst);
|
||||
losehp(rnd(10), "magical explosion", KILLED_BY_AN);
|
||||
Your("body absorbs some of the magical energy!");
|
||||
u.uen = (u.uenmax += 2);
|
||||
break;
|
||||
} else domagictrap();
|
||||
#ifdef STEED
|
||||
(void) steedintrap(trap, (struct obj *)0);
|
||||
|
||||
Reference in New Issue
Block a user