More fixes, I don't know

This commit is contained in:
keronshb
2021-09-15 16:12:19 -04:00
parent edde5043dd
commit 5bed02e36e
4 changed files with 14 additions and 5 deletions
+8
View File
@@ -674,6 +674,14 @@ GLOBAL_VAR_INIT(dynamic_forced_threat_level, -1)
return TRUE
return FALSE
/datum/game_mode/dynamic/proc/check_age(client/C, age)
enemy_minimum_age = age
if(get_remaining_days(C) == 0)
enemy_minimum_age = initial(enemy_minimum_age)
return TRUE // Available in 0 days = available right now = player is old enough to play.
enemy_minimum_age = initial(enemy_minimum_age)
return FALSE
/datum/game_mode/dynamic/make_antag_chance(mob/living/carbon/human/newPlayer)
if (GLOB.dynamic_forced_extended)
return