mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-19 03:32:56 +01:00
Tea icon fix
Fixes tea icon, it was a glass of ..what
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
|
||||
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass
|
||||
name = "glass"
|
||||
desc = "Your standard drinking glass."
|
||||
@@ -18,6 +18,10 @@
|
||||
if (reagents.reagent_list.len > 0)
|
||||
//mrid = R.get_master_reagent_id()
|
||||
switch(reagents.get_master_reagent_id())
|
||||
if("tea")
|
||||
icon_state = "teacup"
|
||||
name = "Cup of Tea"
|
||||
desc = "A cup of hot tea"
|
||||
if("beer")
|
||||
icon_state = "beerglass"
|
||||
name = "Beer glass"
|
||||
|
||||
Reference in New Issue
Block a user