This should actually fix the space tile thing

Try 3
This commit is contained in:
keronshb
2020-12-15 19:45:48 -05:00
parent 830ae2b1c3
commit d08da76253
+3 -3
View File
@@ -18,13 +18,13 @@
. = ..()
initialize_controller_action_type(/datum/action/vehicle/sealed/horn/clowncar, VEHICLE_CONTROL_DRIVE)
/*
/obj/vehicle/clowncar/vehicle_move(direction) //Prevent it from moving onto space
/obj/vehicle/sealed/car/clowncar/vehicle_move(direction) //Prevent it from moving onto space
if(isspaceturf(get_step(src, direction)))
return FALSE
else
return ..()
*/
/obj/vehicle/sealed/car/clowncar/auto_assign_occupant_flags(mob/M)
if(ishuman(M))