diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-07 22:27:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-07 22:27:23 -0300 |
commit | 88a93e1214e78d15b8fc1713e6d04c99a9da3547 (patch) | |
tree | b99a21c43af230dc7e384510a70b4959bfcb9698 /npc/annuals/xmas | |
parent | fd80d9b7075cb6a658b4cbf4bc5ad23ff2c2839a (diff) | |
download | serverdata-88a93e1214e78d15b8fc1713e6d04c99a9da3547.tar.gz serverdata-88a93e1214e78d15b8fc1713e6d04c99a9da3547.tar.bz2 serverdata-88a93e1214e78d15b8fc1713e6d04c99a9da3547.tar.xz serverdata-88a93e1214e78d15b8fc1713e6d04c99a9da3547.zip |
More nerfs
Diffstat (limited to 'npc/annuals/xmas')
-rw-r--r-- | npc/annuals/xmas/2021.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index 3abb7e71..ca24ebcc 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -407,7 +407,7 @@ OnX1165: .@y2=.@y+2; .@x=cap_value(rand2(.@x1, .@x2), 47, 65); .@y=cap_value(rand2(.@y1, .@y2), 191, 212); - makeitem(AquaTicket, any(1, 1, 2), .@m$, .@x, .@y); + makeitem(AquaTicket, 1, .@m$, .@x, .@y); end; /* Experimental */ |