From 78ba5a47c1200f7a194b31cdc7514f50c9f3c012 Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 23 Aug 2017 00:36:10 +0200 Subject: Rename directions constants. --- db/constants.conf | 4 ++-- npc/008-1/confused-tree.txt | 2 +- npc/functions/util.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/db/constants.conf b/db/constants.conf index e50a692f..97cc5e7e 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3771,11 +3771,11 @@ constants_db: { DOWN: 0 DOWNLEFT: 1 LEFT: 2 - LEFTUP: 3 + UPLEFT: 3 UP: 4 UPRIGHT: 5 RIGHT: 6 - RIGHTDOWN: 7 + DOWNRIGHT: 7 comment__: "speechflags" S_FIRST_BLANK_LINE: 1 diff --git a/npc/008-1/confused-tree.txt b/npc/008-1/confused-tree.txt index c273f843..76efcfb4 100644 --- a/npc/008-1/confused-tree.txt +++ b/npc/008-1/confused-tree.txt @@ -881,7 +881,7 @@ OnDay0621: OnDay0922: - .dir = LEFTUP; + .dir = UPLEFT; end; diff --git a/npc/functions/util.txt b/npc/functions/util.txt index fb4541f8..ae70b233 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -10,7 +10,7 @@ // DOWN: Winter, 21/12 // DOWNLEFT: Spring, 20/03 // LEFT: Summer, 21/06 -// LEFTUP: Autumn, 22/09 +// UPLEFT: Autumn, 22/09 function script season_direction { .@current_month = getarg(0, gettime(GETTIME_MONTH)); -- cgit v1.2.3-70-g09d2