This commit is contained in:
mwerezak
2014-10-22 21:56:43 -04:00
parent 604ad08f07
commit e8f3524b11

View File

@@ -1163,6 +1163,10 @@
if (!usr.Adjacent(src))
return
if (!isturf(usr.loc))
usr << "\red You can't reach the passenger compartment from here."
return
if(iscarbon(usr))
var/mob/living/carbon/C = usr
if(C.handcuffed)