diff --git a/Content.Server/Crayon/CrayonSystem.cs b/Content.Server/Crayon/CrayonSystem.cs index 75f9507457..3d8b19b1bd 100644 --- a/Content.Server/Crayon/CrayonSystem.cs +++ b/Content.Server/Crayon/CrayonSystem.cs @@ -30,7 +30,7 @@ public sealed class CrayonSystem : SharedCrayonSystem SubscribeLocalEvent(OnCrayonInit); SubscribeLocalEvent(OnCrayonBoundUI); SubscribeLocalEvent(OnCrayonBoundUIColor); - SubscribeLocalEvent(OnCrayonUse); + SubscribeLocalEvent(OnCrayonUse, before: new []{ typeof(FoodSystem) }); SubscribeLocalEvent(OnCrayonAfterInteract, after: new []{ typeof(FoodSystem) }); SubscribeLocalEvent(OnCrayonDropped); SubscribeLocalEvent(OnCrayonGetState);