made glorious death spend threat

This commit is contained in:
Putnam
2019-11-06 18:07:39 -08:00
parent 44ad4662eb
commit eb9c8c9aca
3 changed files with 7 additions and 0 deletions
@@ -58,6 +58,9 @@
/datum/config_entry/number/dynamic_hijack_cost
config_entry_value = 5
/datum/config_entry/number/dynamic_glorious_death_cost
config_entry_value = 5
/datum/config_entry/number/dynamic_summon_guns_requirement
config_entry_value = 10
min_val = 0
@@ -118,6 +118,8 @@
var/datum/objective/martyr/martyr_objective = new
martyr_objective.owner = owner
add_objective(martyr_objective)
if(is_dynamic)
mode.spend_threat(CONFIG_GET(number/dynamic_glorious_death_cost))
return
else
+2
View File
@@ -157,6 +157,8 @@ DYNAMIC_HIJACK_HIGH_POPULATION_REQUIREMENT 25
DYNAMIC_HIJACK_COST 10
DYNAMIC_GLORIOUS_DEATH_COST 5
## Dynamic wizard stuff
## How much threat level is required to buy summon guns. Setting to 0 makes it always available.