From 7c5fa6fdf6f29782535dcf7b7f01ab6cb534f56e Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 7 Mar 2021 08:04:40 +1000 Subject: [PATCH] some more accurate vars --- 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 074c892379c..d916f78e7a4 100644 --- a/code/modules/vore/resizing/resize_vr.dm +++ b/code/modules/vore/resizing/resize_vr.dm @@ -311,7 +311,7 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2 if(a_intent == I_GRAB) // You can only grab prey if you have no shoes on. And both of you are cool with it. - if(pred.shoes || !(pickup_pref && tmob.pickup_pref)) + if(pred.shoes || !(pred.pickup_pref && prey.pickup_pref)) message_pred = "You step down onto [prey], squishing them and forcing them down to the ground!" message_prey = "[pred] steps down and squishes you with their foot, forcing you down to the ground!" if(tail)