diff options
| -rw-r--r-- | data/maps/debug.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 20234ea0..8e0bf07e 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -14,6 +14,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # score_baseline: 100000 +default_timer: 1000000 map: - "........................" - "...~...................." @@ -77,9 +78,7 @@ tiles: "C": wall:green -c entities: - - !customers - !player_portal { from: [16.5, 7.5], to: [21.5, 10.5] } - !item_portal { from: [20, 4], to: [20, 6] } - !environment_effect { name: rain, on: 60, off: 40 } - !environment_effect { name: wind, on: 60, off: 40 } - # - !environment [night] |