mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 13:42:44 +00:00
Fixed #5870: Glasses being labeled both 'glass' and 'Drinking glass' inconsistently
This commit is contained in:
@@ -605,8 +605,8 @@
|
|||||||
center_of_mass = list("x"=16, "y"=10)
|
center_of_mass = list("x"=16, "y"=10)
|
||||||
else
|
else
|
||||||
icon_state = "glass_empty"
|
icon_state = "glass_empty"
|
||||||
name = "Drinking glass"
|
name = "glass"
|
||||||
desc = "Your standard drinking glass"
|
desc = "Your standard drinking glass."
|
||||||
center_of_mass = list("x"=16, "y"=10)
|
center_of_mass = list("x"=16, "y"=10)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user