From 7351c545f6e46bbb310f1da6ab53ad872deb99f0 Mon Sep 17 00:00:00 2001 From: Kill_Me_I_Noobs <118206719+Vonsant@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:49:15 +0300 Subject: [PATCH] Update Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs Co-authored-by: FN <37689533+FireNameFN@users.noreply.github.com> --- .../Chemistry/EntitySystems/ReagentDispenserSystem.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs b/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs index 3f3ff97c8b1..4ac3fd1254d 100644 --- a/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs @@ -48,8 +48,10 @@ public override void Initialize() SubscribeLocalEvent(SubscribeUpdateUiState); SubscribeLocalEvent(SubscribeUpdateUiState); - SubscribeLocalEvent>(OnAlternateVerb); // Corvax-Next-ChemLabeler - SubscribeLocalEvent(OnExamined); // Corvax-Next-ChemLabeler + // Corvax-Next-Labeler-Start + SubscribeLocalEvent>(OnAlternateVerb); + SubscribeLocalEvent(OnExamined); + // Corvax-Next-Labeler-End SubscribeLocalEvent(OnSetDispenseAmountMessage); SubscribeLocalEvent(OnDispenseReagentMessage);