Skip to content

Commit

Permalink
2% crayon chance,rations heat food,vodka has name
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Sep 23, 2023
1 parent 440119f commit ce6aff7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/effects/spawners/lootdrop.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1273,5 +1273,5 @@
/obj/item/storage/ration/blackened_calamari = 5,
/obj/item/storage/ration/elbow_macaroni = 5,
/obj/item/storage/ration/cheese_pizza_slice = 5,
/obj/item/storage/ration/crayons
/obj/item/storage/ration/crayons = 2 // :)
)
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 @@ -772,4 +772,6 @@
return ..()

/obj/item/reagent_containers/food/drinks/ration/pan_genezan_vodka
name = "Pan-Genezan vodka"
desc = "Vodka made from the finest potatoes."
list_reagents = list(/datum/reagent/consumable/ethanol/vodka = 30)
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@
tocook.visible_message("<span class='notice'>\The [tocook] is done warming up!</span>")
playsound(tocook, 'sound/items/cig_snuff.ogg', 50, 1)
if(istype(tocook, /obj/item/reagent_containers/food) || istype(tocook, /obj/item/grown))
clear_cooking()
tocook.microwave_act()
clear_cooking()
if(uses == 0)
qdel()
else
Expand Down

0 comments on commit ce6aff7

Please sign in to comment.