mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
New Janicart (#17787)
* new janicart * better splash code, admin notice * fix * fuel id * already logged * shouldn't be changed * runes * small fixes * large cleanup * oop * removed return . * Farewell sweet prince
This commit is contained in:
@@ -229,8 +229,10 @@ default behaviour is:
|
||||
MB.runOver(src)
|
||||
|
||||
if(istype(AM, /obj/vehicle))
|
||||
var/obj/vehicle/V = AM
|
||||
V.RunOver(src)
|
||||
if(!istype(buckled, /obj/vehicle)) // Don't run ourselves over, needed for going down stairs in vehicles!
|
||||
// Checks if we are riding a vehicle instead of our buckled vehicle, so that our trailers don't flatten us either!
|
||||
var/obj/vehicle/V = AM
|
||||
V.RunOver(src)
|
||||
|
||||
// Almost all of this handles pulling movables behind us
|
||||
/mob/living/Move(atom/newloc, direct, movetime)
|
||||
|
||||
Reference in New Issue
Block a user