Skip to content

Commit

Permalink
fix: Make sure that goblin living quarters are big enough
Browse files Browse the repository at this point in the history
  • Loading branch information
finduraf authored and finduraf committed Feb 13, 2025
1 parent e934279 commit e3f677a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Script/dungeons/GoblinFort.dat
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ Dungeon GOBLIN_FORT;
{
AllowBoobyTrappedDoors = false;
Flags = NO_MONSTER_GENERATION;
Size = 4:7,4:7;

Square, Random HAS_NO_OTERRAIN;
{
Expand All @@ -1041,6 +1042,7 @@ Dungeon GOBLIN_FORT;
{
AllowBoobyTrappedDoors = false;
Flags = NO_MONSTER_GENERATION;
Size = 4:7,4:7;

Square, Random HAS_NO_OTERRAIN;
{
Expand All @@ -1065,6 +1067,7 @@ Dungeon GOBLIN_FORT;
{
AllowBoobyTrappedDoors = false;
Flags = NO_MONSTER_GENERATION;
Size = 5:7,5:7;

Square, Random HAS_NO_OTERRAIN;
{
Expand Down

0 comments on commit e3f677a

Please sign in to comment.