mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Added "invisible" property of Sinow Beat and Sinow Gold.
This commit is contained in:
parent
e5c1c81be3
commit
a8abd17e5e
@ -510,6 +510,9 @@ enum class NpcType(
|
||||
typeId = 130,
|
||||
skin = 0,
|
||||
special = false,
|
||||
properties = listOf(
|
||||
EntityProp(name = "Invisible", offset = 44, type = EntityPropType.F32)
|
||||
),
|
||||
),
|
||||
SinowGold(
|
||||
uniqueName = "Sinow Gold",
|
||||
@ -520,6 +523,9 @@ enum class NpcType(
|
||||
typeId = 130,
|
||||
skin = 0,
|
||||
special = true,
|
||||
properties = listOf(
|
||||
EntityProp(name = "Invisible", offset = 44, type = EntityPropType.F32)
|
||||
),
|
||||
),
|
||||
Canadine(
|
||||
uniqueName = "Canadine",
|
||||
|
Loading…
Reference in New Issue
Block a user