Skip to content

Commit

Permalink
Remove kuudra reparty
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Sep 19, 2023
1 parent b08cdbe commit 55f5846
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 71 deletions.
1 change: 0 additions & 1 deletion src/main/kotlin/gg/skytils/skytilsmod/Skytils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ class Skytils {
IcePathSolver,
ItemFeatures,
KeyShortcuts,
KuudraFeatures,
LockOrb,
MasterMode7Features,
MayorDiana,
Expand Down
7 changes: 0 additions & 7 deletions src/main/kotlin/gg/skytils/skytilsmod/core/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1139,13 +1139,6 @@ object Config : Vigilant(
)
var talbotsTheodoliteHelper = false

@Property(
type = PropertyType.TEXT, name = "Kuudra Auto-Reparty Player",
description = "Automatically performs a reparty upon joining a Kuudra bossfight. Leave this blank to disable.",
category = "Kuudra", subcategory = "Quality of Life"
)
var kuudraAutoRepartyPlayer = ""

@Property(
type = PropertyType.SWITCH, name = "Dark Mode Mist",
description = "Replaces colors in The Mist with darker variants.",
Expand Down

This file was deleted.

0 comments on commit 55f5846

Please sign in to comment.