mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Bugfixes for Pumpkin Spice Items (#5626)
-Added prices -Added the pumpkin spice donut's sprite I somehow overlooked adding, and also made it contain actual food instead of nothing.
This commit is contained in:
@@ -136,16 +136,18 @@
|
||||
/obj/item/weapon/reagent_containers/food/drinks/tea = 25,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/h_chocolate = 25,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/donut/normal = 20,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/donut/psdonut = 10
|
||||
/obj/item/weapon/reagent_containers/food/snacks/donut/normal/psdonut = 10
|
||||
)
|
||||
contraband = list(
|
||||
/obj/item/weapon/reagent_containers/food/drinks/ice = 10
|
||||
)
|
||||
prices = list(
|
||||
/obj/item/weapon/reagent_containers/food/drinks/coffee = 20,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/coffee/pslatte = 25,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/tea = 20,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/h_chocolate = 22,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/donut/normal = 6
|
||||
/obj/item/weapon/reagent_containers/food/snacks/donut/normal = 6,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/donut/normal/psdonut = 10
|
||||
)
|
||||
cooling_temperature = T0C + 57 //Optimal coffee temperature
|
||||
heating_temperature = T0C + 100 //ULTRA HOT COFFEE
|
||||
|
||||
@@ -602,7 +602,7 @@
|
||||
nutriment_amt = 3
|
||||
bitesize = 3
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/donut/psdonut
|
||||
/obj/item/weapon/reagent_containers/food/snacks/donut/normal/psdonut
|
||||
name = "pumpkin spice donut"
|
||||
desc = "A limited edition seasonal pastry."
|
||||
icon_state = "donut_ps"
|
||||
|
||||
Reference in New Issue
Block a user