diff options
Diffstat (limited to 'data/maps')
| -rw-r--r-- | data/maps/conveyors_dot_com.yaml | 4 | ||||
| -rw-r--r-- | data/maps/debug.yaml | 1 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/data/maps/conveyors_dot_com.yaml b/data/maps/conveyors_dot_com.yaml index 7c67bc2e..e0b9230b 100644 --- a/data/maps/conveyors_dot_com.yaml +++ b/data/maps/conveyors_dot_com.yaml @@ -77,8 +77,8 @@ tile_entities:      "^": !conveyor { dir: [0, -1] }  entities: -    - !portal { from: [4, 15], to: [4, 7] } -    - !portal { from: [17, 7], to: [17, 15] } +    - !item_portal { from: [4, 15], to: [4, 7] } +    - !item_portal { from: [17, 7], to: [17, 15] }  items:      "S": pot diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index f44c4570..c6d60d42 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -85,6 +85,7 @@ items:  entities:      - !customers +    - !player_portal { to: [1.5, 2.5], from: [1.5, 8.5] }  tile_entities:      "}": !conveyor { dir: [1, 0], filter: dough-foodprocessor } | 
