From 68c7d068330026ec25b364d101d74883059a1d39 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 25 Sep 2011 05:14:24 +0900 Subject: [PATCH] fix sokoban defs --- dat/dungeon.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dat/dungeon.def b/dat/dungeon.def index 120df98..0d30564 100644 --- a/dat/dungeon.def +++ b/dat/dungeon.def @@ -90,12 +90,12 @@ LEVEL: "x-goal" "none" @ (-1, 0) # # Sokoban # -DUNGEON: "Sokoban" "none" (4, 0) +DUNGEON: "Sokoban" "none" (2, 0) DESCRIPTION: mazelike ALIGNMENT: neutral ENTRY: -1 RNDLEVEL: "soko1" "none" @ (1, 0) 2 -RNDLEVEL: "soko4" "none" @ (4, 0) 2 +RNDLEVEL: "soko4" "none" @ (2, 0) 2 # # The Central Vault of Croesus. -- 2.11.0