some more accurate vars

This commit is contained in:
Heroman
2021-03-07 08:04:40 +10:00
parent 96bef781bf
commit 7c5fa6fdf6
+1 -1
View File
@@ -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)