diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-04 16:55:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-04 16:55:47 -0300 |
commit | 56ac02e00bda3bb7883ee64681675b402d012c4f (patch) | |
tree | 5b0e36b496907d7b3e77027f0bc369cd2de296af /npc/023-2/mk.txt | |
parent | 03dcb5c1f2703d8f05170634fc127c06f994999c (diff) | |
download | serverdata-56ac02e00bda3bb7883ee64681675b402d012c4f.tar.gz serverdata-56ac02e00bda3bb7883ee64681675b402d012c4f.tar.bz2 serverdata-56ac02e00bda3bb7883ee64681675b402d012c4f.tar.xz serverdata-56ac02e00bda3bb7883ee64681675b402d012c4f.zip |
Change Act 3 duration from a fixed 500 to a 'flexible' 1000
Can be easily changed on constant files
Diffstat (limited to 'npc/023-2/mk.txt')
-rw-r--r-- | npc/023-2/mk.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/023-2/mk.txt b/npc/023-2/mk.txt index cf5ded181..86d5244b6 100644 --- a/npc/023-2/mk.txt +++ b/npc/023-2/mk.txt @@ -75,7 +75,7 @@ L_Finish2: // Game Storyline advances: The Town Blockade Stage is now over $GAME_STORYLINE=1; - $MK_TEMPVAR=gettimeparam(GETTIME_DAYOFMONTH)+rand(30,35); + $MK_TEMPVAR=gettimeparam(GETTIME_DAYOFMONTH)+rand(30,35); // FIXME // Clean up the event $NIVALIS_LIBDATE=gettimetick(2); |