Skip to content

Commit

Permalink
idk man
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Jan 11, 2024
1 parent 08436bf commit 85542cf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,11 @@
//all the dispenser stations

/obj/structure/c_transit_tube/station/dispenser
icon_state = "closed_dispenser0"
name = "unattached dispenser station"
build_type = /obj/structure/transit_tube/station/dispenser
flipped_build_type = /obj/structure/transit_tube/station/dispenser/flipped

/obj/structure/c_transit_tube/station/dispenser/flipped
icon_state = "closed_station1"
flipped = 1
build_type = /obj/structure/transit_tube/station/dispenser/flipped
flipped_build_type = /obj/structure/transit_tube/station/dispenser
Expand All @@ -100,13 +98,11 @@

/obj/structure/c_transit_tube/station/dispenser/reverse
name = "unattached terminus dispenser station"
icon_state = "closed_terminus0"
build_type = /obj/structure/transit_tube/station/dispenser/reverse
flipped_build_type = /obj/structure/transit_tube/station/dispenser/reverse/flipped
base_icon = "closed_terminus"

/obj/structure/c_transit_tube/station/dispenser/reverse/flipped
icon_state = "closed_terminus1"
flipped = 1
build_type = /obj/structure/transit_tube/station/dispenser/reverse/flipped
flipped_build_type = /obj/structure/transit_tube/station/dispenser/reverse
Expand Down

0 comments on commit 85542cf

Please sign in to comment.