summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-27 16:56:25 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-27 16:56:25 -0300
commit4e99bc98c5cecf2f37d0b9bf9f7e8072549f49d7 (patch)
tree8b6987a239da51e7496b1ae51ff47e4a340e6db3
parent1abbc2a0423636fa958c0d9eec38c59efead75b3 (diff)
downloadserverdata-4e99bc98c5cecf2f37d0b9bf9f7e8072549f49d7.tar.gz
serverdata-4e99bc98c5cecf2f37d0b9bf9f7e8072549f49d7.tar.bz2
serverdata-4e99bc98c5cecf2f37d0b9bf9f7e8072549f49d7.tar.xz
serverdata-4e99bc98c5cecf2f37d0b9bf9f7e8072549f49d7.zip
Celestia free tea is now only ONE tea.
-rw-r--r--npc/012-7/celestia.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt
index 923e400db..8b8dc4faf 100644
--- a/npc/012-7/celestia.txt
+++ b/npc/012-7/celestia.txt
@@ -223,7 +223,7 @@ L_QuestionTea:
next;
mesc l("Celestia then picks up the cup of tea and drinks it in front of you to demonstrate that it is not only harmless but also quite delectable.");
if (.@q2 < gettimetick(2)) {
- getitem CelestiaTea, rand2(1,3);
+ getitem CelestiaTea, 1;
setq2 HurnscaldQuest_TeaParty, gettimetick(2)+(60*60*2);
}
close;