This commit is contained in:
kevinz000
2020-01-16 02:27:35 -07:00
parent 1d184b8cad
commit b22e1a1cb4
12 changed files with 17 additions and 14 deletions
+2 -2
View File
@@ -29,8 +29,8 @@
last_enginesound_time = world.time
playsound(src, engine_sound, 100, TRUE)
/obj/vehicle/sealed/car/MouseDrop_T(atom/dropping, mob/M)
if(!M.canmove || M.stat || M.restrained())
/obj/vehicle/sealed/car/MouseDrop_T(atom/dropping, mob/living/M)
if(!istype(M) || !CHECK_MOBILITY(M, MOBILITY_USE))
return FALSE
if(isliving(dropping) && M != dropping)
var/mob/living/L = dropping