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

fix use Job.WARDEN instead of nonexistent Job.WARDENESS

parent ac08c893
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ App.Facilities.WardenessSelect = function() {
if (S.Wardeness) {
f.append(`Wardeness: ${SlaveFullName(S.Wardeness)}, helps breaking your prisoners. `);
f.append(App.UI.DOM.link("Remove Wardeness", () => {
removeJob(S.Wardeness, Job.WARDENESS);
removeJob(S.Wardeness, Job.WARDEN);
},
[], "Cellblock"
));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment