Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Eugene So
Synchronet
Commits
907d73cd
Commit
907d73cd
authored
Mar 15, 2022
by
Eugene So
Browse files
LORD: Fix daily bank transfer count not being reset properly
parent
02a51bd3
Pipeline
#2901
passed with stage
in 9 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xtrn/lord/lord.js
xtrn/lord/lord.js
+1
-1
No files found.
xtrn/lord/lord.js
View file @
907d73cd
...
...
@@ -5317,7 +5317,7 @@ function wake_up()
get_state(false);
player.hp = player.hp_max;
player.seen_master = false;
player.tranferred_gold = 0;
player.tran
s
ferred_gold = 0;
player.flirted = false;
player.forest_fights = 15;
player.seen_bard = false;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment