Skip to content

Commit

Permalink
Fix: a couple places where traps could spawn on top of altars.
Browse files Browse the repository at this point in the history
The Monk quest, and one of the Mines' End levels.
  • Loading branch information
k21971 committed Aug 14, 2023
1 parent 4486a18 commit a2d2d5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dat/Monk.des
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ SHUFFLE: $place
REGION:(00,00,25,10),unlit,"ordinary"
# Stairs
STAIR:(20,05),up
# Master Kaen
MONSTER:('@',"Master Kaen"),$place[0]
ALTAR:$place[0],noalign,altar
# Objects
OBJECT:('(',"lenses"),$place[0],blessed,0,name:"The Eyes of the Overworld"
OBJECT:random,random
Expand All @@ -249,8 +252,6 @@ TRAP:"fire",random
TRAP:random,random
TRAP:random,random
# Random monsters.
MONSTER:('@',"Master Kaen"),$place[0]
ALTAR:$place[0],noalign,altar
MONSTER: ('E',"earth elemental"),random
MONSTER: ('E',"earth elemental"),random
MONSTER: ('E',"earth elemental"),random
Expand Down
5 changes: 3 additions & 2 deletions dat/mines.des
Original file line number Diff line number Diff line change
Expand Up @@ -1445,8 +1445,6 @@ MAZEWALK:(62,15),south
ALTAR:(70,5),noalign,shrine
DOOR:closed,(62,12)
DOOR:closed,(70,10)
TRAP:"spear",random
TRAP:"board",random
OBJECT:('?', "scare monster"),(70,5),cursed
ENGRAVING:(70,5),burn,"Moloch"
OBJECT:('(',"figurine"),(70,5),cursed,montype:"balrog",1
Expand Down Expand Up @@ -1527,6 +1525,9 @@ TRAP:"board",(70,06)
TRAP:"board",(71,04)
TRAP:"board",(71,05)
TRAP:"board",(71,06)
# Random traps
TRAP:"spear",random
TRAP:"board",random

# Mine end level variant 5
# "The Sewers of Waterdeep"
Expand Down
1 change: 1 addition & 0 deletions doc/evilhack-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3077,4 +3077,5 @@ The following changes to date are:
- Fix: Autodigging and forcefight-digging can sear you
- Fix: Silver dragon scaled armor was not granting cold resistance
- Fix: bracers are plural, not singular
- Fix: a couple places where traps could spawn on top of altars

0 comments on commit a2d2d5d

Please sign in to comment.