From 3b7568b50d31fd6ff905e075b1d09db8a91dc9be Mon Sep 17 00:00:00 2001 From: Zonespace <41448081+Zonespace27@users.noreply.github.com> Date: Mon, 7 Mar 2022 22:17:58 -0700 Subject: [PATCH] [NON-MODULAR] Removes Purge and Block Malf AI objectives (#11937) * yep * aaAAA --- code/modules/antagonists/malf_ai/datum_malf_ai.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/malf_ai/datum_malf_ai.dm b/code/modules/antagonists/malf_ai/datum_malf_ai.dm index 0f3377e1713..6d0617a5915 100644 --- a/code/modules/antagonists/malf_ai/datum_malf_ai.dm +++ b/code/modules/antagonists/malf_ai/datum_malf_ai.dm @@ -89,7 +89,7 @@ /// Generates a special objective and adds it to the objective list. /datum/antagonist/malf_ai/proc/forge_special_objective() - var/special_pick = rand(1,4) + var/special_pick = rand(3,4) // SKYRAT EDIT - REMOVING PURGE/BLOCK switch(special_pick) if(1) var/datum/objective/block/block_objective = new