Skip to content

Commit

Permalink
Update chairs.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Helg2 <[email protected]>
  • Loading branch information
Helg2 authored Jul 19, 2024
1 parent 464d481 commit 2d3375c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/vehicles/armored/interiors/chairs.dm
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

/obj/structure/bed/chair/loader_seat
name = "loader seat"
icon = 'icons/obj/armored/3x3/tank_interior.dmi'
icon_state = "vehicle_chair"
resistance_flags = RESIST_ALL
dir = EAST


/obj/structure/bed/chair/vehicle_driver_seat
name = "driver seat"
icon = 'icons/obj/armored/3x3/tank_interior.dmi'
Expand Down Expand Up @@ -48,7 +46,6 @@
/obj/structure/bed/chair/vehicle_driver_seat/relaymove(mob/living/user, direct)
return owner.relaymove(arglist(args))


/obj/structure/bed/chair/vehicle_gunner_seat
name = "gunner seat"
icon = 'icons/obj/armored/3x3/tank_interior.dmi'
Expand Down

0 comments on commit 2d3375c

Please sign in to comment.