mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Fixes the motorcycle overlay (#22628)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
/obj/vehicle/motorcycle/Initialize(mapload)
|
||||
. = ..()
|
||||
bikecover = mutable_appearance(icon, "motorcycle_overlay_4d", ABOVE_MOB_LAYER)
|
||||
bikecover = mutable_appearance(icon, "motorcycle_4dir_overlay", ABOVE_MOB_LAYER)
|
||||
|
||||
/obj/vehicle/motorcycle/post_buckle_mob(mob/living/M)
|
||||
add_overlay(bikecover)
|
||||
@@ -23,7 +23,4 @@
|
||||
|
||||
|
||||
/obj/vehicle/motorcycle/handle_vehicle_layer()
|
||||
if(dir == SOUTH)
|
||||
layer = ABOVE_MOB_LAYER
|
||||
else
|
||||
layer = OBJ_LAYER
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user