From 9bc21573b2115b671f3fcd1bd5e40337a7cd847a Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sat, 14 Jun 2025 12:57:11 -0500 Subject: [PATCH] Re-enables Prisoner Role on Arena/Roundstart Reporter on Shoukou (#3950) Co-authored-by: Velcroboy --- Resources/Prototypes/Maps/arena.yml | 2 +- Resources/Prototypes/Maps/shoukou.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Maps/arena.yml b/Resources/Prototypes/Maps/arena.yml index d00aa52ae8..c9df6ac2e0 100644 --- a/Resources/Prototypes/Maps/arena.yml +++ b/Resources/Prototypes/Maps/arena.yml @@ -48,7 +48,7 @@ Detective: [ 1, 1 ] Gladiator: [ 2, 2 ] HeadOfSecurity: [ 1, 1 ] - #Prisoner: [ 2, 2 ] temporary test + Prisoner: [ 2, 2 ] PrisonGuard: [ 1, 1 ] SecurityOfficer: [ 5, 7 ] SecurityCadet: [ 2, 2 ] diff --git a/Resources/Prototypes/Maps/shoukou.yml b/Resources/Prototypes/Maps/shoukou.yml index 0e6c563bad..aa4bba5a39 100644 --- a/Resources/Prototypes/Maps/shoukou.yml +++ b/Resources/Prototypes/Maps/shoukou.yml @@ -23,7 +23,7 @@ HeadOfPersonnel: [ 1, 1 ] Librarian: [ 1, 1 ] ServiceWorker: [ 1, 2 ] - Reporter: [ 0, 1 ] + Reporter: [ 1, 1 ] Bartender: [ 1, 2 ] Botanist: [ 1, 2 ] MartialArtist: [ 2, 3 ]