Fix zombie eye appearance (#19427)

This commit is contained in:
Doru991
2023-08-23 07:51:59 +03:00
committed by GitHub
parent f8bdfd6d26
commit ecd145b274
3 changed files with 16 additions and 2 deletions

View File

@@ -80,6 +80,12 @@ public sealed partial class ZombieComponent : Component
[DataField("beforeZombifiedSkinColor")]
public Color BeforeZombifiedSkinColor;
/// <summary>
/// The eye color of the humanoid to restore in case of cloning
/// </summary>
[DataField("beforeZombifiedEyeColor")]
public Color BeforeZombifiedEyeColor;
[DataField("emoteId", customTypeSerializer: typeof(PrototypeIdSerializer<EmoteSoundsPrototype>))]
public string? EmoteSoundsId = "Zombie";