From 8d90c8bd7c52dc72002dc8db79ae8a7e67865928 Mon Sep 17 00:00:00 2001 From: lbnesquik Date: Wed, 5 Aug 2020 14:44:08 +0200 Subject: [PATCH] Fixes a typo in resize_vr. --- code/modules/vore/resizing/resize_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/resizing/resize_vr.dm b/code/modules/vore/resizing/resize_vr.dm index 3db6dc43864..ea7ec4c5cd8 100644 --- a/code/modules/vore/resizing/resize_vr.dm +++ b/code/modules/vore/resizing/resize_vr.dm @@ -251,7 +251,7 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2 now_pushing = 0 forceMove(tmob.loc) if(a_intent == I_GRAB || a_intent == I_DISARM) - if(tmob.a_intent = I_HELP) + if(tmob.a_intent == I_HELP) tmob.resting = 1 else tmob.Weaken(1)