From 0a11de6afec5d0395b6fa5897666c8f9f60c8a25 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:57:13 -0400 Subject: [PATCH] removes testing message --- code/datums/status_effects/buffs.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/status_effects/buffs.dm b/code/datums/status_effects/buffs.dm index 75fd2bf0ca5..3649248b915 100644 --- a/code/datums/status_effects/buffs.dm +++ b/code/datums/status_effects/buffs.dm @@ -314,7 +314,6 @@ owner.remove_status_effect(STATUS_EFFECT_SPEEDLEGS) else stacks++ - message_admins("stacks increased to [stacks]") owner.mind.changeling.chem_charges -= stacks * 3 //At first the changeling may regenerate chemicals fast enough to nullify fatigue, but it will stack if(stacks == 7) //Warning message that the stacks are getting too high to_chat(owner, "Our legs are really starting to hurt...")