summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-08 13:13:20 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-08 13:13:20 -0300
commit44b6a0ab96880f1aaa9f18742f023ae66a4b9e57 (patch)
treee75a37c1a67e4f1d619a76b5d07b642fb74664b1 /npc/functions
parent996828535ddd4f4ec9de19c073f335c8576a455a (diff)
downloadserverdata-44b6a0ab96880f1aaa9f18742f023ae66a4b9e57.tar.gz
serverdata-44b6a0ab96880f1aaa9f18742f023ae66a4b9e57.tar.bz2
serverdata-44b6a0ab96880f1aaa9f18742f023ae66a4b9e57.tar.xz
serverdata-44b6a0ab96880f1aaa9f18742f023ae66a4b9e57.zip
Santa is now capable of dispatching players to Northern Lights.
This should finish Santa, I hope.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/main.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 0b89ae72..b94aa8ac 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -66,7 +66,7 @@ function script mesq {
}
function script g {
- return Sex == 0 ? getarg(0) : getarg(1);
+ return Sex ? getarg(1) : getarg(0);
}
function script b {