mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 12:34:05 +09:00
fixed a bug where the player would immediately pick back up the fixture they've just placed one frame ago
This commit is contained in:
@@ -106,4 +106,7 @@ class BlockProp {
|
||||
* Mainly intended to be used by third-party modules
|
||||
*/
|
||||
val extra = Codex()
|
||||
|
||||
val isActorBlock: Boolean
|
||||
get() = nameKey.contains("ACTORBLOCK")
|
||||
}
|
||||
Reference in New Issue
Block a user