Merge branch 'master' into upstream-merge-31176
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
/obj/vehicle/atv
|
||||
name = "all-terrain vehicle"
|
||||
desc = "An all-terrain vehicle built for traversing rough terrain with ease. One of the few old-earth technologies that are still relevant on most planet-bound outposts."
|
||||
desc = "An all-terrain vehicle built for traversing rough terrain with ease. One of the few old-Earth technologies that are still relevant on most planet-bound outposts."
|
||||
icon_state = "atv"
|
||||
var/static/mutable_appearance/atvcover
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
/obj/vehicle
|
||||
name = "vehicle"
|
||||
desc = "A basic vehicle, vroom"
|
||||
desc = "A basic vehicle, vroom."
|
||||
icon = 'icons/obj/vehicles.dmi'
|
||||
icon_state = "fuckyou"
|
||||
density = TRUE
|
||||
@@ -35,8 +35,8 @@
|
||||
. = ..()
|
||||
|
||||
|
||||
/obj/vehicle/user_buckle_mob(mob/living/M, mob/user)
|
||||
if(user.incapacitated())
|
||||
/obj/vehicle/user_buckle_mob(mob/living/M, mob/living/user)
|
||||
if(!istype(user) || user.incapacitated())
|
||||
return
|
||||
for(var/atom/movable/A in get_turf(src))
|
||||
if(A.density)
|
||||
|
||||
Reference in New Issue
Block a user