Skip to content

Commit

Permalink
feat(reagent_containers): add takeaway cup
Browse files Browse the repository at this point in the history
takeaway cup for soy hipsters
  • Loading branch information
P4elique committed Dec 23, 2023
1 parent af44530 commit 15f6826
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/vending/boozeomat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
/obj/item/reagent_containers/vessel/glass/bigmug = 10,
/obj/item/reagent_containers/vessel/glass/carafe = 2,
/obj/item/reagent_containers/vessel/mug/metal = 10,
/obj/item/reagent_containers/vessel/takeaway = 10,
/obj/item/reagent_containers/vessel/flask/barflask = 5,
/obj/item/reagent_containers/vessel/flask/vacuumflask = 5,
/obj/item/bottle_extra/pourer = 15,
Expand Down
11 changes: 11 additions & 0 deletions code/modules/reagents/reagent_containers/vessel/unsorted.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@
lid_type = null
unacidable = FALSE

/obj/item/reagent_containers/vessel/takeaway
name = "takeaway cup"
desc = "A regular takeaway cup with handy lid."
icon_state = "takeaway_cup"
item_state = "takeaway_cup"
volume = 30
center_of_mass = "x=15;y=10"
pickup_sound = 'sound/effects/using/bottles/papercup.ogg'
lid_type = null
unacidable = FALSE

/obj/item/reagent_containers/vessel/tea
name = "cup of Duke Purple Tea"
desc = "An insult to Duke Purple is an insult to the Space Queen! Any proper gentleman will fight you, if you sully this tea."
Expand Down
Binary file modified icons/mob/onmob/items/lefthand_vessels.dmi
Binary file not shown.
Binary file modified icons/mob/onmob/items/righthand_vessels.dmi
Binary file not shown.
Binary file modified icons/obj/reagent_containers/vessels.dmi
Binary file not shown.
Binary file added sound/effects/using/bottles/papercup.ogg
Binary file not shown.

0 comments on commit 15f6826

Please sign in to comment.