mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Merge pull request #14525 from FlattestGuitar/oc-donut-steel
fancier donut boxes
This commit is contained in:
@@ -370,6 +370,7 @@
|
||||
var/extra_reagent = null
|
||||
filling_color = "#D2691E"
|
||||
var/randomized_sprinkles = 1
|
||||
var/donut_sprite_type = "regular"
|
||||
tastes = list("donut" = 1)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/donut/New()
|
||||
@@ -378,6 +379,7 @@
|
||||
icon_state = "donut2"
|
||||
name = "frosted donut"
|
||||
reagents.add_reagent("sprinkles", 2)
|
||||
donut_sprite_type = "frosted"
|
||||
filling_color = "#FF69B4"
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/donut/sprinkles
|
||||
@@ -385,6 +387,7 @@
|
||||
icon_state = "donut2"
|
||||
list_reagents = list("nutriment" = 3, "sugar" = 2, "sprinkles" = 2)
|
||||
filling_color = "#FF69B4"
|
||||
donut_sprite_type = "frosted"
|
||||
randomized_sprinkles = 0
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/donut/chaos
|
||||
@@ -408,6 +411,7 @@
|
||||
desc = "You jelly?"
|
||||
icon_state = "jdonut1"
|
||||
extra_reagent = "berryjuice"
|
||||
donut_sprite_type = "jelly"
|
||||
tastes = list("jelly" = 1, "donut" = 3)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/donut/jelly/New()
|
||||
@@ -417,6 +421,7 @@
|
||||
if(prob(30))
|
||||
icon_state = "jdonut2"
|
||||
name = "frosted jelly Donut"
|
||||
donut_sprite_type = "frostedjelly"
|
||||
reagents.add_reagent("sprinkles", 2)
|
||||
filling_color = "#FF69B4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user