From 743c5b261220e0ec04e9235d4697342772e659eb Mon Sep 17 00:00:00 2001 From: blankochan Date: Sun, 27 Apr 2025 17:55:13 -0500 Subject: [PATCH 1/2] fix: dog is now a vaild volunteer --- SillySCP/API/Features/VolunteerSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SillySCP/API/Features/VolunteerSystem.cs b/SillySCP/API/Features/VolunteerSystem.cs index 18d1947..c11bd41 100644 --- a/SillySCP/API/Features/VolunteerSystem.cs +++ b/SillySCP/API/Features/VolunteerSystem.cs @@ -23,6 +23,7 @@ public static class VolunteerSystem { "173", RoleTypeId.Scp173 }, { "peanut", RoleTypeId.Scp173 }, { "939", RoleTypeId.Scp939 }, + { "dog", RoleTypeId.Scp939 }, { "079", RoleTypeId.Scp079 }, { "79", RoleTypeId.Scp079 }, { "computer", RoleTypeId.Scp079 }, From 8092057a3c640bca4cce5cb331458edb48cfbdc5 Mon Sep 17 00:00:00 2001 From: blankochan Date: Sun, 27 Apr 2025 17:55:55 -0500 Subject: [PATCH 2/2] feat: scp3114 is now a valid volunteer --- SillySCP/API/Features/VolunteerSystem.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SillySCP/API/Features/VolunteerSystem.cs b/SillySCP/API/Features/VolunteerSystem.cs index c11bd41..2d2ccf0 100644 --- a/SillySCP/API/Features/VolunteerSystem.cs +++ b/SillySCP/API/Features/VolunteerSystem.cs @@ -39,6 +39,8 @@ public static class VolunteerSystem { "049-2", RoleTypeId.Scp0492 }, { "492", RoleTypeId.Scp0492 }, { "zombie", RoleTypeId.Scp0492 }, + { "skeleton", RoleTypeId.Scp3114 }, + { "3114", RoleTypeId.Scp3114 }, }; public static void NewVolunteer(RoleTypeId role)