more stuff i can't guarantee works by itself yet
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
if(occupant_amount() >= max_occupants)
|
||||
return FALSE
|
||||
var/atom/old_loc = loc
|
||||
if(do_mob(forcer, M, get_enter_delay(M), extra_checks=CALLBACK(src, /obj/vehicle/sealed/car/proc/is_car_stationary, old_loc)))
|
||||
if(do_mob(forcer, M, get_enter_delay(M), extra_checks=CALLBACK(src, TYPE_PROC_REF(/obj/vehicle/sealed/car, is_car_stationary), old_loc)))
|
||||
mob_forced_enter(M, silent)
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user