mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
shadekin cannot be runover or set on fire by atmos (#17811)
This commit is contained in:
@@ -229,7 +229,7 @@ default behaviour is:
|
||||
MB.runOver(src)
|
||||
|
||||
if(istype(AM, /obj/vehicle))
|
||||
if(!istype(buckled, /obj/vehicle)) // Don't run ourselves over, needed for going down stairs in vehicles!
|
||||
if(!istype(buckled, /obj/vehicle) && !is_incorporeal()) // 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)
|
||||
|
||||
Reference in New Issue
Block a user