Skip to content

Commit

Permalink
Disables the Drifting Contractor random event in favor of using dynam…
Browse files Browse the repository at this point in the history
…ic only to spawn them (#1479) (#2544)

* Drifting Contractor event now can be hijacked by dynamic configs

* This needs to be set to 0, so we just go off of dynamic

Co-authored-by: GoldenAlpharex <[email protected]>
  • Loading branch information
Steals-The-PRs and GoldenAlpharex authored Mar 24, 2024
1 parent 16dc2c9 commit 786dc78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name = "Drifting Contractor"
typepath = /datum/round_event/ghost_role/contractor
weight = 8
max_occurrences = 1
max_occurrences = 0
dynamic_should_hijack = TRUE
category = EVENT_CATEGORY_INVASION
description = "A pre-equipped contractor floats towards the station to fulfill contracts."

Expand Down

0 comments on commit 786dc78

Please sign in to comment.