Skip to content

Commit 8efc2d3

Browse files
authored
Update UseOn.kt
1 parent 997bc9a commit 8efc2d3

File tree

1 file changed

+0
-1
lines changed
  • ktaf/src/main/kotlin/com/github/benpollarduk/ktaf/commands/game

1 file changed

+0
-1
lines changed

ktaf/src/main/kotlin/com/github/benpollarduk/ktaf/commands/game/UseOn.kt

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ internal class UseOn(private val item: Item?, private val target: InteractWithIt
2525

2626
return when (interaction.effect) {
2727
InteractionEffect.FATAL_EFFECT -> {
28-
game.player.kill()
2928
Reaction(ReactionResult.FATAL, interaction.description)
3029
}
3130
InteractionEffect.ITEM_USED_UP -> {

0 commit comments

Comments
 (0)