Merge pull request #13458 from Probe1/removes_mining_objectives_from_heist

Comments out "Steal minerals" objectives for Vox Raiders. 
<probe1> and I'm sure my PR is fine
This commit is contained in:
Rob Nelson
2017-01-27 11:21:17 -08:00
committed by GitHub
4 changed files with 7 additions and 5 deletions

View File

@@ -175,7 +175,7 @@
raid_objectives += new/datum/objective/heist/kidnap
raid_objectives += new/datum/objective/steal/heist
raid_objectives += new/datum/objective/steal/salvage
//raid_objectives += new/datum/objective/steal/salvage
raid_objectives += new/datum/objective/heist/inviolate_crew
raid_objectives += new/datum/objective/heist/inviolate_death

View File

@@ -155,7 +155,7 @@
/*
* salvage
*/
/datum/objective/steal/salvage
target_category = "salvage"
@@ -226,3 +226,5 @@
typepath = /obj/item/stack/sheet/mineral/diamond
min = 20
max = 20
*/

View File

@@ -3,8 +3,8 @@
var/list/potential_theft_objectives=list(
"traitor" = typesof(/datum/theft_objective/traitor) - /datum/theft_objective/traitor,
"special" = typesof(/datum/theft_objective/special) - /datum/theft_objective/special,
"heist" = typesof(/datum/theft_objective/number/heist) - /datum/theft_objective/number/heist,
"salvage" = typesof(/datum/theft_objective/number/salvage) - /datum/theft_objective/number/salvage
"heist" = typesof(/datum/theft_objective/number/heist) - /datum/theft_objective/number/heist
//"salvage" = typesof(/datum/theft_objective/number/salvage) - /datum/theft_objective/number/salvage
)

View File

@@ -158,7 +158,7 @@ var/global/list/datum/mind/raiders = list() //Antags.
if(prob(25)) // This is an asspain.
raid_objectives += new /datum/objective/heist/kidnap
raid_objectives += new /datum/objective/steal/heist
raid_objectives += new /datum/objective/steal/salvage
//raid_objectives += new /datum/objective/steal/salvage
raid_objectives += new /datum/objective/heist/inviolate_crew
raid_objectives += new /datum/objective/heist/inviolate_death