Skip to content

Commit

Permalink
Move a vault deeper and fix a typo in a vault name
Browse files Browse the repository at this point in the history
Ijyb was moved to start placement on D:3, so adjust goblin_castle to
being placing there as well. This vault is fairly tough already and was
not meant to place OOD monsters.

The typo in Ijyb's placement vault originates from when unique placement
was moved from C++ to DES, rip.
  • Loading branch information
gammafunk committed Apr 19, 2017
1 parent 4706f7e commit c3ddcbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crawl-ref/source/dat/des/builder/uniques.des
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ NAME: uniq_harold
DEPTH: D:10-12, Orc, !Orc:$, Lair:1-4
: place_unique(_G, "Harold")

NAME: uniq_iyjb
NAME: uniq_ijyb
DEPTH: D:3-5
: place_unique(_G, "Ijyb")

Expand Down
2 changes: 1 addition & 1 deletion crawl-ref/source/dat/des/variable/large_themed.des
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ ENDMAP
NAME: kennysheep_goblin_castle
TAGS: no_monster_gen no_pool_fixup
ORIENT: northwest
DEPTH: D:2-4
DEPTH: D:3-4
## this gives a chance for Ijyb and Robin to appear as the boss if they
## haven't been placed, selecting from who is available.
{{
Expand Down

0 comments on commit c3ddcbd

Please sign in to comment.