diff options
-rw-r--r-- | npc/019-2/guards.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index e14478af2..3f7e350cc 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -22,7 +22,10 @@ } else if (is_admin()) { // NOTE: This is an override label mesc "Initiate Nivalis Liberation Day?", 1; mesc "Event will last 7 days.", 1; - mesc "The event is currently set to happen in roughly: " + FuzzyTime($NLIB_SEQDAY*86400); + if ($NLIB_SEQDAY) + mesc "The event is currently set to happen in "+($NLIB_SEQDAY-gettimeparam(GETTIME_DAYOFMONTH))+" days."; + else + mesc b("Liberation Day is NOT scheduled to happen."), 1; select "Not yet.", "Yes", |