From a8ad1a6715b48b003673b77ee0a2a0c4b574c920 Mon Sep 17 00:00:00 2001 From: ReoDaProtovali <84661000+ReoDaProtovali@users.noreply.github.com> Date: Wed, 15 May 2024 17:14:46 -0500 Subject: [PATCH] Typo --- GainStation13/code/modules/mob/living/emote_ported.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GainStation13/code/modules/mob/living/emote_ported.dm b/GainStation13/code/modules/mob/living/emote_ported.dm index ac1d9b5c..a6e5b0fe 100644 --- a/GainStation13/code/modules/mob/living/emote_ported.dm +++ b/GainStation13/code/modules/mob/living/emote_ported.dm @@ -193,7 +193,7 @@ sound = pick(bigsound) return ..() */ - if(user.size_multipler >= 1.5) + if(user.size_multiplier >= 1.5) sound = pick(bigsound) else sound = pick(smolsound)