Skip to content

Commit

Permalink
Merge pull request #17 from ARF-SS13/fenwork
Browse files Browse the repository at this point in the history
Make the cars above players so you can lean on them and hide your tail
  • Loading branch information
Tk420634 authored Jul 16, 2024
2 parents 55c890b + df89f74 commit 1087dad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _maps/map_files/coyote_bayou/foxybar.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@
/obj/vehicle/sealed/car/jeep_mesa{
pixel_x = 6;
pixel_y = 10;
density = 0
density = 0;
plane = -2
},
/obj/effect/overlay/fog/fog2{
plane = -2
Expand Down Expand Up @@ -307,7 +308,8 @@
/obj/vehicle/sealed/car/truck{
pixel_x = -9;
dir = 2;
pixel_y = -7
pixel_y = -7;
plane = -2
},
/obj/effect/overlay/fog/fog2{
plane = -2
Expand Down

0 comments on commit 1087dad

Please sign in to comment.