From 33f76630084feed9d4c3061d3d838fb5d836d299 Mon Sep 17 00:00:00 2001 From: Putnam Date: Wed, 6 Nov 2019 17:20:56 -0800 Subject: [PATCH] this is probably required for compile --- code/controllers/configuration/entries/dynamic.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/controllers/configuration/entries/dynamic.dm b/code/controllers/configuration/entries/dynamic.dm index 2791941dd3..2d3f8f7be4 100644 --- a/code/controllers/configuration/entries/dynamic.dm +++ b/code/controllers/configuration/entries/dynamic.dm @@ -40,7 +40,14 @@ key_mode = KEY_MODE_TEXT value_mode = VALUE_MODE_NUM +/datum/config_entry/number_list/dynamic_hijack_requirements +/datum/config_entry/number/dynamic_hijack_high_population_requirement + config_entry_value = 25 + +/datum/config_entry/number/dynamic_hijack_cost + config_entry_value = 5 + /datum/config_entry/number/dynamic_summon_guns_requirement config_entry_value = 10 min_val = 0