only one method of cancelling a lava interaction at a time

This commit is contained in:
Fate-JH 2024-02-24 08:28:07 -05:00
parent bed4983555
commit a4f3ff1fe5
2 changed files with 0 additions and 2 deletions

View file

@ -46,6 +46,5 @@ class WithLava()
override def stopInteractingWith(obj: InteractsWithZone, body: PieceOfEnvironment, parentInfo: Option[Any]): Unit = {
stopBurn = true
obj.Actor ! RespondsToZoneEnvironment.StopTimer(attribute)
}
}

View file

@ -45,6 +45,5 @@ class WithLava()
override def stopInteractingWith(obj: InteractsWithZone, body: PieceOfEnvironment, parentInfo: Option[Any]): Unit = {
stopBurn = true
obj.Actor ! RespondsToZoneEnvironment.StopTimer(attribute)
}
}