aboutsummaryrefslogtreecommitdiff
path: root/internal/world/room.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/world/room.go')
-rw-r--r--internal/world/room.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/world/room.go b/internal/world/room.go
index aced969..e0e2d16 100644
--- a/internal/world/room.go
+++ b/internal/world/room.go
@@ -74,8 +74,9 @@ type Room struct {
ItemSpawns []SpawnDef `yaml:"item_spawns"`
Mobs []RoomMob `yaml:"mobs"`
OnEnter []EnterStep `yaml:"on_enter"`
- Hazard string `yaml:"hazard"`
- Triggers []TriggerDef `yaml:"triggers"`
+ Hazard string `yaml:"hazard"`
+ BlockTransport bool `yaml:"block_transport"`
+ Triggers []TriggerDef `yaml:"triggers"`
}
type RoomMob struct {