Skip to content

Commit

Permalink
Makes colo cup sprites actually consistent, and a small edit to a jok…
Browse files Browse the repository at this point in the history
…e. (tgstation#61736)

* Update drinks.dm

* adds actual colo cups sprites lol im dumb

* fixes a small sprite error
  • Loading branch information
Imaginos16 authored Sep 28, 2021
1 parent c1fd222 commit 643645b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/food_and_drinks/drinks/drinks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,8 @@
pixel_y = rand(-4,4)
if (random_sprite)
icon_state = "colocup[rand(0, 6)]"
if (icon_state == "colocup6")
desc = "A cheap, mass produced style of cup, typically used at parties. Woah, this one is in red! What the hell?"

//////////////////////////drinkingglass and shaker//
//Note by Darem: This code handles the mixing of drinks. New drinks go in three places: In Chemistry-Reagents.dm (for the drink
Expand Down
Binary file modified icons/obj/drinks.dmi
Binary file not shown.

0 comments on commit 643645b

Please sign in to comment.