Skip to content

Commit

Permalink
πŸ‘‘
Browse files Browse the repository at this point in the history
  • Loading branch information
heytherewill committed Oct 2, 2023
1 parent 768fb66 commit 33808ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scenes/room/Dungeon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ public static IReadOnlyDictionary<Coord, RoomContents> Linear(out Coord entrance
Hazard(Slime)
),
Room(
Hazard(Slime)
Hazard(Slime),
Item(Crown)
),
Room(
Hazard(Slime)
Expand Down

0 comments on commit 33808ef

Please sign in to comment.