mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Apparently I tried to move the Cup Ramen item in Chemistry Tools, but forgot to use the paste key, well, it now has its reagent container now. Sorry about that folks.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1264 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -2554,6 +2554,16 @@
|
||||
src.pixel_x = rand(-10.0, 10)
|
||||
src.pixel_y = rand(-10.0, 10)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/dry_ramen
|
||||
name = "Cup Ramen"
|
||||
desc = "Just add 10ml water, self heats! A taste that reminds you of your shcool years."
|
||||
icon_state = "coffee"
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("dry_ramen", 30)
|
||||
src.pixel_x = rand(-10.0, 10)
|
||||
src.pixel_y = rand(-10.0, 10)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cola
|
||||
name = "Space Cola"
|
||||
desc = "Cola. in space."
|
||||
|
||||
Reference in New Issue
Block a user