Skip to content
Snippets Groups Projects
Commit c6798a6d authored by Arkerthan's avatar Arkerthan
Browse files

Fix assignJS for BG

parent 9a4e9532
No related branches found
No related tags found
1 merge request!11265Pit fight rework
......@@ -384,6 +384,9 @@ globalThis.assignJob = function(slave, job) {
if (V.dojo > 1) {
slave.rules.living = LivingRule.LUXURIOUS;
}
if (V.pit) {
V.pit.fighterIDs.delete(slave.ID);
}
break;
case Job.AGENT.toLowerCase():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment