mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Prevents pushing the person wh() is pulling you (#23746)
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
to_chat(src, "<span class='warning'>[L] is restrained, you cannot push past.</span>")
|
||||
return TRUE
|
||||
|
||||
if(pulledby == L && a_intent != INTENT_HELP) //prevents boosting the person pulling you, but you can still move through them on help intent
|
||||
if(pulledby == L && (a_intent != INTENT_HELP || L.a_intent != INTENT_HELP)) //prevents boosting the person pulling you, but you can still move through them on help intent
|
||||
return TRUE
|
||||
|
||||
if(L.pulling)
|
||||
|
||||
Reference in New Issue
Block a user