mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fixes #6822
This commit is contained in:
@@ -1163,6 +1163,10 @@
|
|||||||
if (!usr.Adjacent(src))
|
if (!usr.Adjacent(src))
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if (!isturf(usr.loc))
|
||||||
|
usr << "\red You can't reach the passenger compartment from here."
|
||||||
|
return
|
||||||
|
|
||||||
if(iscarbon(usr))
|
if(iscarbon(usr))
|
||||||
var/mob/living/carbon/C = usr
|
var/mob/living/carbon/C = usr
|
||||||
if(C.handcuffed)
|
if(C.handcuffed)
|
||||||
|
|||||||
Reference in New Issue
Block a user