diff --git a/code/modules/food/drinkingglass/metaglass_vr.dm b/code/modules/food/drinkingglass/metaglass_vr.dm index a718acf86db..06abdba8c18 100644 --- a/code/modules/food/drinkingglass/metaglass_vr.dm +++ b/code/modules/food/drinkingglass/metaglass_vr.dm @@ -118,8 +118,8 @@ glass_center_of_mass = list("x"=16, "y"=8) glass_icon_file = 'icons/obj/drinks_vr.dmi' -/datum/reagent/ethanol/pink_moo - glass_icon_state = "pinkmooglass" +/datum/reagent/ethanol/pink_russian + glass_icon_state = "pinkrussianglass" glass_center_of_mass = list("x"=16, "y"=9) glass_icon_file = 'icons/obj/drinks_vr.dmi' diff --git a/icons/obj/drinks_vr.dmi b/icons/obj/drinks_vr.dmi index f1a34845330..57178d2a828 100644 Binary files a/icons/obj/drinks_vr.dmi and b/icons/obj/drinks_vr.dmi differ diff --git a/maps/tether/tether-08-mining.dmm b/maps/tether/tether-06-mining.dmm similarity index 100% rename from maps/tether/tether-08-mining.dmm rename to maps/tether/tether-06-mining.dmm diff --git a/maps/tether/tether-09-solars.dmm b/maps/tether/tether-07-solars.dmm similarity index 100% rename from maps/tether/tether-09-solars.dmm rename to maps/tether/tether-07-solars.dmm diff --git a/maps/tether/tether.dm b/maps/tether/tether.dm index 1dee1fc0422..94137cb8ee1 100644 --- a/maps/tether/tether.dm +++ b/maps/tether/tether.dm @@ -16,8 +16,8 @@ #include "tether-03-surface3.dmm" #include "tether-04-transit.dmm" #include "tether-05-station1.dmm" - #include "tether-08-mining.dmm" - #include "tether-09-solars.dmm" + #include "tether-06-mining.dmm" + #include "tether-07-solars.dmm" #endif #include "submaps/_tether_submaps.dm"