Skip to content

Commit

Permalink
Fixes the motorcycle overlay (#22628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri215 authored Sep 30, 2023
1 parent 26bc079 commit e0002c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions code/modules/vehicle/motorcycle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -23,7 +23,4 @@


/obj/vehicle/motorcycle/handle_vehicle_layer()
if(dir == SOUTH)
layer = ABOVE_MOB_LAYER
else
layer = OBJ_LAYER
return

0 comments on commit e0002c6

Please sign in to comment.