mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fix entering pods and stuff while buckled
You already can't drag and drop buckled people onto pods and stuff but they can still enter them by themselves. This commit fixes that
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
set category = null
|
||||
set name = "Enter DNA Scanner"
|
||||
|
||||
if(usr.incapacitated()) //are you cuffed, dying, lying, stunned or other
|
||||
if(usr.incapacitated() || usr.buckled) //are you cuffed, dying, lying, stunned or other
|
||||
return
|
||||
if(!ishuman(usr)) //Make sure they're a mob that has dna
|
||||
to_chat(usr, "<span class='notice'>Try as you might, you can not climb up into the [src].</span>")
|
||||
|
||||
Reference in New Issue
Block a user