Skip to content

Commit

Permalink
Halloween event
Browse files Browse the repository at this point in the history
  • Loading branch information
kaansoral committed Oct 1, 2024
1 parent d181813 commit f061811
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,12 @@ class GG(): pass
#maps["desertland"]["key"]="jayson_desertland_copy"
pass

game_version=798
game_version=799
SALES=4+5+388+5101+125/20 #donation+manual+macos+steam+sales
update_notes=[
"Last Update [April 25th]",
"Cost reduction trial"
"Halloween Event!",
"Last Update [October 1st]",
"Merged PR's from Github live.",
]
ip_to_subdomain={ #IMPORTANT: SPECIAL PAGE RULES ARE NEEDED: https://dash.cloudflare.com/b6f5a13bded5fdd273e4a1cd3777162d/adventure.land/page-rules - uss1 / eus1 was best
"35.187.255.184":"asia1",
Expand Down
4 changes: 2 additions & 2 deletions design/drops.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#[0.00018,"mistletoe"],
#[0.00005,"candycane"],
#[0.00001,"open","xN"],
#[0.00005,"candy0"], #originally 4X [11/10/19]
#[0.00125,"candy1"], #originally 4X [11/10/19]
[0.00005,"candy0"], #originally 4X [11/10/19]
[0.00125,"candy1"], #originally 4X [11/10/19]
#[0.000015,"goldenegg"], #originally 0.000005
#[0.000001,"5bucks"],
#[0.0002,"gift0"],
Expand Down
2 changes: 1 addition & 1 deletion node/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ var events = {
pinkgoo: 0, // every N minutes - 60
snowman: 20 * 60, // 1200 normally - 60 - at sprocess_game_data
egghunt: 0, // every N minutes - 60
halloween: false,
halloween: true,
// RANDOM
goblin: false,
goldenbat: 160000,
Expand Down

0 comments on commit f061811

Please sign in to comment.