From a18bdf20159c50c570c398bf55c2da080f033908 Mon Sep 17 00:00:00 2001 From: troido Date: Wed, 8 Apr 2020 20:02:03 +0200 Subject: load python room format --- content/maps/town.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/maps') diff --git a/content/maps/town.json b/content/maps/town.json index dd0b2b5..4a31f17 100644 --- a/content/maps/town.json +++ b/content/maps/town.json @@ -95,7 +95,7 @@ "^": ["spiketrap", "ground"], "%": [{ "type": "portal", - "kwargs": {"destination": "smallview", "despos": "towneast"} + "kwargs": {"destination": "smallview", "destpos": "towneast"} }, "ground"], "r": ["grass", "rabbit"], "/": ["grass", "sword"], -- cgit