Fix metaglass stuff

The conversion to Pink Russian PR overlooked this metaglass portion. Fixy.

~Also sneaking in map file name fixes because OCD, kek. 5-8-9 = no. 5-6-7 = yes.~
This commit is contained in:
TheFurryFeline
2021-06-18 17:00:11 -04:00
parent c76705686a
commit 3b3df27dac
5 changed files with 4 additions and 4 deletions
@@ -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'
Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

+2 -2
View File
@@ -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"