Skip to content

Commit

Permalink
Slasher Disable (#1708)
Browse files Browse the repository at this point in the history
* refix

refix

* slasher disable

per last meeting, slasher disabled til halloween.
  • Loading branch information
DexeeXI authored Apr 21, 2024
1 parent 3e1f05e commit 9f0414e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monkestation/code/modules/antagonists/slasher/ghost_role.dm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/datum/round_event_control/slasher
name = "Slasher"
typepath = /datum/round_event/ghost_role/slasher
weight = 14 // for now
max_occurrences = 2
weight = 0 // for now, disabled. prev weight of 14. max occurrances set to 0 to disable the storyteller from running the event. can still be manually done by admins as requested.
max_occurrences = 0
track = EVENT_TRACK_MODERATE
tags = list(TAG_SPOOKY, TAG_COMBAT, TAG_EXTERNAL)
checks_antag_cap = TRUE
Expand Down

0 comments on commit 9f0414e

Please sign in to comment.