From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Sat, 27 Jul 2024 07:27:21 +0000 (-0700) Subject: Fix thieves rule not selecting more than one thief (#30393) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1146f2fefe7def4a7ccd14b737cf724f65003d6e;p=space-station-14.git Fix thieves rule not selecting more than one thief (#30393) More thieves Co-authored-by: plykiya --- diff --git a/Resources/Prototypes/GameRules/midround.yml b/Resources/Prototypes/GameRules/midround.yml index 43cdca3bc3..7446995f26 100644 --- a/Resources/Prototypes/GameRules/midround.yml +++ b/Resources/Prototypes/GameRules/midround.yml @@ -18,10 +18,8 @@ agentName: thief-round-end-agent-name definitions: - prefRoles: [ Thief ] - maxRange: - min: 1 - max: 3 - playerRatio: 1 + max: 3 + playerRatio: 15 lateJoinAdditional: true allowNonHumans: true multiAntagSetting: NotExclusive