mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
some more accurate vars
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user