From 9d551cbcf021e5ba2a69c11b00c75ce0d97ea7c1 Mon Sep 17 00:00:00 2001 From: Arceniu <129214736+Arceniu@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:40:53 +0300 Subject: [PATCH] Fix tier 3 stomach/cybernetic (#93567) ## About The Pull Request fixes a one https://github.com/tgstation/tgstation/pull/89549 not found or ignored mistake? --- code/modules/surgery/organs/internal/stomach/_stomach.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/organs/internal/stomach/_stomach.dm b/code/modules/surgery/organs/internal/stomach/_stomach.dm index 658598ee7d7..c763e32dfd5 100644 --- a/code/modules/surgery/organs/internal/stomach/_stomach.dm +++ b/code/modules/surgery/organs/internal/stomach/_stomach.dm @@ -534,7 +534,7 @@ emp_vulnerability = 20 metabolism_efficiency = 0.1 -/obj/item/organ/stomach/cybernetic/tier2/stomach_acid_power(atom/movable/nomnom) +/obj/item/organ/stomach/cybernetic/tier3/stomach_acid_power(atom/movable/nomnom) if (isliving(nomnom)) return 0 if (IsEdible(nomnom))