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,
|
typeId = 130,
|
||||||
skin = 0,
|
skin = 0,
|
||||||
special = false,
|
special = false,
|
||||||
|
properties = listOf(
|
||||||
|
EntityProp(name = "Invisible", offset = 44, type = EntityPropType.F32)
|
||||||
|
),
|
||||||
),
|
),
|
||||||
SinowGold(
|
SinowGold(
|
||||||
uniqueName = "Sinow Gold",
|
uniqueName = "Sinow Gold",
|
||||||
@ -520,6 +523,9 @@ enum class NpcType(
|
|||||||
typeId = 130,
|
typeId = 130,
|
||||||
skin = 0,
|
skin = 0,
|
||||||
special = true,
|
special = true,
|
||||||
|
properties = listOf(
|
||||||
|
EntityProp(name = "Invisible", offset = 44, type = EntityPropType.F32)
|
||||||
|
),
|
||||||
),
|
),
|
||||||
Canadine(
|
Canadine(
|
||||||
uniqueName = "Canadine",
|
uniqueName = "Canadine",
|
||||||
|
Loading…
Reference in New Issue
Block a user