From ef6e0f0987176945ee64473af176ea3e8dfa39f7 Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 27 Jan 2021 20:11:36 -0800 Subject: [PATCH] Update Reaction list with new Festivale Reactions https://pastebin.com/VJdWt8X7 ty ARCH9SK7 ^ --- NHSE.Core/Structures/Misc/Reaction.cs | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/NHSE.Core/Structures/Misc/Reaction.cs b/NHSE.Core/Structures/Misc/Reaction.cs index e855248..3fbeb91 100644 --- a/NHSE.Core/Structures/Misc/Reaction.cs +++ b/NHSE.Core/Structures/Misc/Reaction.cs @@ -77,12 +77,18 @@ public enum Reaction : byte Tada, // AddPraise WaveGoodbye, // AddWaveHands Excited, // AddExcited - UNUSED_71, // Gullivar about to come alive (Unused) - UNUSED_72, // Intense shake action (Unused) - UNUSED_73, // Literally the "roll safe" meme (google it) (Unused) - UNUSED_74, // Leave it to me! (Unused) - UNUSED_75, // K.K. Slider Sitting (Unused) - UNUSED_76, // K.K. nodding while sitting (Unused) - UNUSED_77, // K.K. thinking while sitting (Unused) + + Confetti, // (Festivale DLC) + Viva, // (Festivale DLC) + LetsGo, // (Festivale DLC) + FeelinIt, // (Festivale DLC) + + UNUSED_75, // Gullivar about to come alive (Unused) + UNUSED_76, // Intense shake action (Unused) + UNUSED_77, // Literally the "roll safe" meme (google it) (Unused) + UNUSED_78, // Leave it to me! (Unused) + UNUSED_79, // K.K. Slider Sitting (Unused) + UNUSED_80, // K.K. nodding while sitting (Unused) + UNUSED_81, // K.K. thinking while sitting (Unused) } }