pickaxe ore tooltip; working item pickup and throw effects

This commit is contained in:
minjaesong
2023-10-27 02:55:13 +09:00
parent 012d3482dc
commit 19f1eb2278
20 changed files with 95 additions and 22 deletions

View File

@@ -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 {