Skip to content

Commit

Permalink
Reduce time for ghost events
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster committed Aug 21, 2024
1 parent cb4d995 commit 257d17b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/events/ghost_role/blob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
max_occurrences = 1

min_players = 35 //monkie edit: 20 to 35
earliest_start = 60 MINUTES //monkie edit: 20 to 90
earliest_start = 45 MINUTES //monkie edit: 20 to 45
//dynamic_should_hijack = TRUE
category = EVENT_CATEGORY_ENTITIES
description = "Spawns a new blob overmind."
Expand Down
2 changes: 1 addition & 1 deletion code/modules/events/ghost_role/space_dragon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
weight = 7
max_occurrences = 1
min_players = 30 //monke edit: 20 to 30
earliest_start = 60 MINUTES //monke edit: 20 to 60
earliest_start = 45 MINUTES //monke edit: 20 to 45
//dynamic_should_hijack = TRUE
category = EVENT_CATEGORY_ENTITIES
description = "Spawns a space dragon, which will try to take over the station."
Expand Down

0 comments on commit 257d17b

Please sign in to comment.