Skip to content

Commit

Permalink
[MIRROR] Fixes Icemoon Interdyne Food Vendors (#5226)
Browse files Browse the repository at this point in the history
* Fixes Icemoon Interdyne Food Vendors (#4671)

free icebox dyne food vendors

* [MIRROR] Fixes Icemoon Interdyne Food Vendors

---------

Co-authored-by: sqn <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Dec 16, 2024
1 parent ce07039 commit f845533
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4387,7 +4387,8 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/sign/poster/contraband/cybersun_six_hundred/directional/west,
/obj/machinery/vending/imported/mothic{
onstation = 0
onstation = 0;
all_products_free = 1
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/ruin/interdyne_planetary_base/main/dorms)
Expand Down Expand Up @@ -4712,7 +4713,8 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/vending/imported/tiziran{
onstation = 0
onstation = 0;
all_products_free = 1
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/ruin/interdyne_planetary_base/main/dorms)
Expand Down Expand Up @@ -7417,7 +7419,8 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/sign/poster/contraband/interdyne_gene_clinics/directional/west,
/obj/machinery/vending/imported/yangyu{
onstation = 0
onstation = 0;
all_products_free = 1
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/ruin/interdyne_planetary_base/main/dorms)
Expand Down

0 comments on commit f845533

Please sign in to comment.