mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Makes people on skateboards unable to pull things (#26191)
* Makes people on skateboards unable to pull things * Removes duplicate definition * Contra review
This commit is contained in:
@@ -1002,6 +1002,7 @@
|
||||
return
|
||||
if(SEND_SIGNAL(src, COMSIG_LIVING_TRY_PULL, AM, force) & COMSIG_LIVING_CANCEL_PULL)
|
||||
return FALSE
|
||||
|
||||
// If we're pulling something then drop what we're currently pulling and pull this instead.
|
||||
AM.add_fingerprint(src)
|
||||
if(pulling)
|
||||
|
||||
Reference in New Issue
Block a user