diff --git a/modular_skyrat/modules/contractor/code/datums/midround/event.dm b/modular_skyrat/modules/contractor/code/datums/midround/event.dm index d90a2b90dff..24ac9c1e21c 100644 --- a/modular_skyrat/modules/contractor/code/datums/midround/event.dm +++ b/modular_skyrat/modules/contractor/code/datums/midround/event.dm @@ -1,4 +1,4 @@ -/datum/round_event_control/contractor +/*/datum/round_event_control/contractor name = "Drifting Contractor" typepath = /datum/round_event/ghost_role/contractor weight = 8 @@ -37,4 +37,4 @@ message_admins("[ADMIN_LOOKUPFLW(operative)] has been made into [src] by an event.") log_game("[key_name(operative)] was spawned as a [src] by an event.") spawned_mobs += operative - return SUCCESSFUL_SPAWN + return SUCCESSFUL_SPAWN*/ //BUBBER EDIT: REMOVES THE EXTRA CONTRACTOR EVENT diff --git a/modular_skyrat/modules/contractor/code/datums/midround/ruleset.dm b/modular_skyrat/modules/contractor/code/datums/midround/ruleset.dm index d5ae8c7b59c..4ba0478cda9 100644 --- a/modular_skyrat/modules/contractor/code/datums/midround/ruleset.dm +++ b/modular_skyrat/modules/contractor/code/datums/midround/ruleset.dm @@ -20,8 +20,10 @@ var/list/spawn_locs = list() /datum/dynamic_ruleset/midround/from_ghosts/contractor/ready(forced = FALSE) - if(prob(33)) - required_candidates++ + //BUBBER EDIT: LESS CONTRACTORS + //if(prob(33)) + // required_candidates++ + //BUBBER EDIT: LESS CONTRACTORS if (required_candidates > (length(dead_players) + length(list_observers))) return FALSE for(var/obj/effect/landmark/carpspawn/carp in GLOB.landmarks_list)