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:
Will
2025-06-06 02:40:22 -04:00
committed by GitHub
parent 9a65bb85e0
commit ff7efe1c8e
7 changed files with 144 additions and 136 deletions
+4 -2
View File
@@ -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)