Skip to content

Commit

Permalink
Should fix dynamic vampire (#19639)
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeguyManperson authored Jul 22, 2023
1 parent 229ed49 commit 54b0c8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm
Original file line number Diff line number Diff line change
Expand Up @@ -903,10 +903,8 @@
requirements = list(80,70,60,50,50,45,30,30,25,20)
antag_cap = list("denominator" = 24)
minimum_players = 30
antag_cap = list(3,3,3,3,3,3,3,3,3,4)
var/autovamp_cooldown = (15 MINUTES)
COOLDOWN_DECLARE(autovamp_cooldown_check)
minimum_players = 15

/datum/dynamic_ruleset/roundstart/vampire/pre_execute(population)
. = ..()
Expand Down

0 comments on commit 54b0c8b

Please sign in to comment.