made glorious death spend threat
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user