Skip to content

Commit 70087c9

Browse files
committed
ability activation and utils
1 parent 31deb1b commit 70087c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/kotlin/dev/sterner/common/components/VoidBoundRevelationComponent.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class VoidBoundRevelationComponent(private val player: Player) : AutoSyncedCompo
1717

1818
var thoughtsQueue: MutableMap<Component, ThoughtData> = mutableMapOf()
1919

20-
var unlockedItemAbilities = mutableSetOf<ItemAbility>(ItemAbility.VAMPIRISM, ItemAbility.AUTOSMELT)
20+
var unlockedItemAbilities = mutableSetOf<ItemAbility>()
2121

2222
fun addUnlockedItemAbility(ability: ItemAbility) {
2323
unlockedItemAbilities.add(ability)

0 commit comments

Comments
 (0)