From 329625feb8b5001d518e45c69021d916e4235e15 Mon Sep 17 00:00:00 2001 From: Mumberthrax Date: Thu, 27 Jul 2017 12:20:47 -0500 Subject: [PATCH] fixed typos --- LocalPackages/misc/drunktank.msa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LocalPackages/misc/drunktank.msa b/LocalPackages/misc/drunktank.msa index f98c7bc..655bf1b 100644 --- a/LocalPackages/misc/drunktank.msa +++ b/LocalPackages/misc/drunktank.msa @@ -63,7 +63,7 @@ # Note that . can NEVER be in a region name, so it is a # safe delimiter. @tank_list[@worldName2 . "." . $rgName] = 1; - export("trunktank.tanks", @tank_list); + export("drunktank.tanks", @tank_list); # Inline an entire closure here to deal with the drunkinness! @task_id = import("drunktank.taskid"); @@ -89,7 +89,7 @@ break; } } - # The player is not drunk. We ca fix that! + # The player is not drunk. We can fix that! if(@playerDrunk == false) { # broadcast(color(GOLD) . "@playerName is now drunk!"); set_peffect(@playerName, 9, 1, 3600); # drunk for 1 hour.