mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 22:25:46 +01:00
Fixed #5870: Glasses being labeled both 'glass' and 'Drinking glass' inconsistently
Conflicts: code/modules/reagents/reagent_containers/food/drinks/drinkingglass.dm
This commit is contained in:
@@ -530,8 +530,9 @@
|
||||
desc = "You can't really tell what this is."
|
||||
else
|
||||
icon_state = "glass_empty"
|
||||
name = "Drinking glass"
|
||||
desc = "Your standard drinking glass"
|
||||
name = "glass"
|
||||
desc = "Your standard drinking glass."
|
||||
center_of_mass = list("x"=16, "y"=10)
|
||||
return
|
||||
|
||||
// for /obj/machinery/vending/sovietsoda
|
||||
|
||||
Reference in New Issue
Block a user