mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
pickaxe ore tooltip; working item pickup and throw effects
This commit is contained in:
@@ -88,7 +88,7 @@ open class FixtureItemBase(originalID: ItemID, val fixtureClassName: String) : G
|
||||
}
|
||||
}
|
||||
|
||||
override fun effectOnUnequip(actor: ActorWithBody, delta: Float) {
|
||||
override fun effectOnUnequip(actor: ActorWithBody) {
|
||||
// ghostInit = false
|
||||
|
||||
(INGAME as TerrarumIngame).blockMarkingActor.let {
|
||||
|
||||
Reference in New Issue
Block a user