mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[NON-MODULAR] Removes Purge and Block Malf AI objectives (#11937)
* yep * aaAAA
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user