mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
adds stroopwafels to the game and to the getmore vendor
This commit is contained in:
@@ -1002,6 +1002,7 @@
|
||||
products = list(/obj/item/reagent_containers/food/snacks/candy/candybar = 6,/obj/item/reagent_containers/food/drinks/dry_ramen = 6,/obj/item/reagent_containers/food/snacks/chips =6,
|
||||
/obj/item/reagent_containers/food/snacks/sosjerky = 6,/obj/item/reagent_containers/food/snacks/no_raisin = 6,/obj/item/reagent_containers/food/snacks/pistachios =6,
|
||||
/obj/item/reagent_containers/food/snacks/spacetwinkie = 6,/obj/item/reagent_containers/food/snacks/cheesiehonkers = 6,/obj/item/reagent_containers/food/snacks/tastybread = 6)
|
||||
premium = list(/obj/item/reagent_containers/food/snacks/stroopwafel = 2)
|
||||
contraband = list(/obj/item/reagent_containers/food/snacks/syndicake = 6)
|
||||
prices = list(/obj/item/reagent_containers/food/snacks/candy/candybar = 20,/obj/item/reagent_containers/food/drinks/dry_ramen = 30,
|
||||
/obj/item/reagent_containers/food/snacks/chips =25,/obj/item/reagent_containers/food/snacks/sosjerky = 30,/obj/item/reagent_containers/food/snacks/no_raisin = 20,
|
||||
|
||||
@@ -84,6 +84,14 @@
|
||||
list_reagents = list("nutriment" = 2, "sugar" = 4)
|
||||
tastes = list("bread" = 1)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/stroopwafel
|
||||
name = "stroopwafel"
|
||||
desc = "Straight from the snack factories of Space Den Haag comes a classic dutch treat!"
|
||||
icon_state = "stroopwafel"
|
||||
filling_color = "#EDB878"
|
||||
junkiness = 20
|
||||
list_reagents = list("nutriment" = 10, "sugar" = 4)
|
||||
tastes = list("syrup" = 3, "waffle" = 2)
|
||||
|
||||
//////////////////////
|
||||
// Homemade //
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 98 KiB |
Reference in New Issue
Block a user