[NON-MODULAR] Removes Purge and Block Malf AI objectives (#11937)

* yep

* aaAAA
This commit is contained in:
Zonespace
2022-03-08 00:17:58 -05:00
committed by GitHub
parent 1b5abb6fcc
commit 3b7568b50d
@@ -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