From 506843022e25177b5cb11e2e18ef1badcc7fd410 Mon Sep 17 00:00:00 2001 From: Deskull Date: Fri, 4 Jan 2019 20:37:22 +0900 Subject: [PATCH] =?utf8?q?[Feature]=20#38635=20v=5Finfo2=E4=BB=B6=E8=BF=BD?= =?utf8?q?=E5=8A=A0=E3=80=82=20/=20Add=202=20fixed=20rooms.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/edit/misc.txt | 2 +- lib/edit/v_info.txt | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++- src/rooms.c | 4 ++-- 3 files changed, 57 insertions(+), 4 deletions(-) diff --git a/lib/edit/misc.txt b/lib/edit/misc.txt index 9ce3677b4..e7b1d67ce 100644 --- a/lib/edit/misc.txt +++ b/lib/edit/misc.txt @@ -19,7 +19,7 @@ M:R:1123 M:K:672 # Maximum number of vaults in v_info.txt -M:V:158 +M:V:160 # Maximum number of terrain features in f_info.txt M:F:255 diff --git a/lib/edit/v_info.txt b/lib/edit/v_info.txt index a0bf6667d..daaf1478d 100644 --- a/lib/edit/v_info.txt +++ b/lib/edit/v_info.txt @@ -3250,7 +3250,7 @@ D: %%.................................%% D: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% N:144:ElectricalZone 2 (Deathmatch) -X:17:8:20:18 +X:17:8:16:18 D: %%%%%%%%%%%% D: %%..........%% D: %%............%% @@ -3556,3 +3556,56 @@ D:%%....................%% D: %%......%%%%%%......%% D: %%%%%%%% %%%%%%%% +N:158:Skull Head +X:17:8:23:24 +D: %%%%%%%%%%%%%%% +D: %%%.............%% +D: %%..############..%% +D: %%.################.%% +D:%%.##################.%% +D:%.####################.% +D:%.####################.% +D:%.###....######....###.% +D:%.###....######....###.% +D:%.###..&.######.&..###.% +D:%.###..##+#..#+##..###.% +D:%....#####+..+#####....% +D:%..#######....#######..% +D:%%...#####....#####...%% +D: %%..######[[######..%% +D: %.#...########...#.% +D: %.#.#.#.####.#.#.#.% +D: %...#.#.####.#.#...% +D: %.#.#..........#.#.% +D: %.....#.####.#.....% +D: %%....########....%% +D: %%%%..........%%%% +D: %%%%%%%%%%%% + +N:159:Crescent +X:17:8:25:25 +D: %%%%%%%%% +D: %%%%.......%%%% +D: %%%.............%%% +D: %%.................%% +D: %...................% +D: %%...................%% +D: %.....................% +D: %...###...............% +D:%%.#######.............%% +D:%.#########.............% +D:%.#########.............% +D:%###########............% +D:%###########............% +D:%###########............% +D:%.#########.............% +D:%.#########.............% +D:%%.#######.............%% +D: %...###...............% +D: %.....................% +D: %%...................%% +D: %...................% +D: %%.................%% +D: %%%.............%%% +D: %%%%.......%%% +D: %%%%%%%%% diff --git a/src/rooms.c b/src/rooms.c index a53ac4270..6353e7d51 100644 --- a/src/rooms.c +++ b/src/rooms.c @@ -69,7 +69,7 @@ * for all the rooms you ask for.\n */ -#if 1 +#if 0 static room_info_type room_info_normal[ROOM_T_MAX] = { @@ -96,7 +96,7 @@ static room_info_type room_info_normal[ROOM_T_MAX] = #endif -#if 0 +#if 1 static room_info_type room_info_normal[ROOM_T_MAX] = { /*デバッグ用配列*/ -- 2.11.0