shadekin cannot be runover or set on fire by atmos (#17811)

This commit is contained in:
Will
2025-06-07 01:37:38 -07:00
committed by GitHub
parent 2cead0b7ec
commit 64800dc027
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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)