Skip to content

Commit

Permalink
adjusts min_players and weight
Browse files Browse the repository at this point in the history
was originally set like that for testing, i just forgot to change it back
  • Loading branch information
Realtimeslayer committed Aug 3, 2024
1 parent 5797f56 commit e10d05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/events/ghost_role/cortical_borer.dm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/datum/round_event_control/cortical_borer
name = "Cortical Borer Infestation"
typepath = /datum/round_event/ghost_role/cortical_borer
weight = 7
min_players = 1 //set to 1 for testing purposes
weight = 3
min_players = 10
max_occurrences = 1 //should only ever happen once
dynamic_should_hijack = FALSE
category = EVENT_CATEGORY_ENTITIES
Expand Down

0 comments on commit e10d05a

Please sign in to comment.