Added "invisible" property of Sinow Beat and Sinow Gold.

This commit is contained in:
Daan Vanden Bosch 2021-05-30 19:37:36 +02:00
parent e5c1c81be3
commit a8abd17e5e

View File

@ -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",