Fixes coffee cup bugs (#12166)

Co-authored-by: TheGreyWolf <mc-casper@hotmail.dk>
This commit is contained in:
Casper3667
2021-07-09 16:52:34 +02:00
committed by GitHub
parent 48f37571ae
commit 0bd55b87fd
5 changed files with 36 additions and 8 deletions

View File

@@ -477,6 +477,7 @@ If you add a drink with no empty icon sprite, ensure it is flagged as NO_EMPTY_I
unacidable = TRUE
amount_per_transfer_from_this = 10
volume = 120
possible_transfer_amounts = list(5,10,15,30,60,120)
/obj/item/reagent_containers/food/drinks/flask
name = "captain's flask"

View File

@@ -49,7 +49,7 @@
icon_state = "coffeecup_dpra"
// Organisations
/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/NT
/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/nt
name = "\improper NT coffee cup"
desc = "A blue NanoTrasen coffee cup."
icon_state = "coffeecup_NT"

View File

@@ -1,5 +1,5 @@
/obj/item/reagent_containers/food/drinks/drinkingglass/newglass
center_of_mass = list("x"=16, "y"=14)
/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/on_reagent_change()
update_icon()