From 9218bc4a0534ae0a0bbd85a64cf347aab204e847 Mon Sep 17 00:00:00 2001 From: turnop <17540-turnop@users.noreply.gitgud.io> Date: Mon, 21 Sep 2020 11:49:01 -0700 Subject: [PATCH] removes disabled knights --- src/events/scheduled/assholeKnight.tw | 1 + 1 file changed, 1 insertion(+) diff --git a/src/events/scheduled/assholeKnight.tw b/src/events/scheduled/assholeKnight.tw index 2a4fcecfb6a..796ffc2775f 100644 --- a/src/events/scheduled/assholeKnight.tw +++ b/src/events/scheduled/assholeKnight.tw @@ -27,6 +27,7 @@ This singular Knight has apparently been using their position to extort and bull <<run newSlave($activeSlave)>> <<set $activeSlave.origin = "$He used to be a prestigious Knight in your arcology, until you had $him enslaved for cruelly abusing citizens beneath $his stature.">> <<set $activeSlave.career = "spec ops">> + <<set $oneTimeDisableDisability = 1>> <<set $activeSlave.devotion = random(-80,-60)>> <<set $activeSlave.muscles = random(50,75)>> <<set $activeSlave.skill.combat = 1>> -- GitLab