mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 22:14:05 +09:00
tile's platform-ness is now determined by their tag
This commit is contained in:
@@ -107,6 +107,5 @@ class BlockProp {
|
||||
*/
|
||||
val extra = Codex()
|
||||
|
||||
val isActorBlock: Boolean
|
||||
get() = tags.contains("ACTORBLOCK")
|
||||
var isActorBlock: Boolean = false
|
||||
}
|
||||
Reference in New Issue
Block a user