mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Merge pull request #14900 from Youtubeboy139/better_candy_bars
Better Candy Bars
This commit is contained in:
committed by
CHOMPStation2
parent
5f07c2a152
commit
fafbe1aed0
@@ -431,3 +431,44 @@
|
||||
icon_state = "brainzsnaxred"
|
||||
drop_sound = 'sound/items/drop/soda.ogg'
|
||||
pickup_sound = 'sound/items/pickup/soda.ogg'
|
||||
|
||||
//Candy Bars (1-10)
|
||||
/obj/item/trash/candy/cb01
|
||||
name = "\improper Tau Ceti Bar wrapper"
|
||||
icon_state = "cb01"
|
||||
|
||||
/obj/item/trash/candy/cb02
|
||||
name = "\improper Hundred-Thousand Thaler Bar wrapper"
|
||||
icon_state = "cb02"
|
||||
|
||||
/obj/item/trash/candy/cb03
|
||||
name = "\improper Lars' Saltlakris wrapper"
|
||||
icon_state = "cb03"
|
||||
|
||||
/obj/item/trash/candy/cb04
|
||||
name = "\improper Aerostat Bar wrapper"
|
||||
icon_state = "cb04"
|
||||
|
||||
/obj/item/trash/candy/cb05
|
||||
name = "\improper Andromeda Bar wrapper"
|
||||
icon_state = "cb05"
|
||||
|
||||
/obj/item/trash/candy/cb06
|
||||
name = "\improper Mocha Crunch wrapper"
|
||||
icon_state = "cb06"
|
||||
|
||||
/obj/item/trash/candy/cb07
|
||||
name = "\improper TaroMilk Bar wrapper"
|
||||
icon_state = "cb07"
|
||||
|
||||
/obj/item/trash/candy/cb08
|
||||
name = "\improper Cronk Bar wrapper"
|
||||
icon_state = "cb08"
|
||||
|
||||
/obj/item/trash/candy/cb09
|
||||
name = "\improper Kaju Mamma! Bar wrapper"
|
||||
icon_state = "cb09"
|
||||
|
||||
/obj/item/trash/candy/cb10
|
||||
name = "\improper Shantak Bar wrapper"
|
||||
icon_state = "cb10"
|
||||
@@ -6142,6 +6142,7 @@
|
||||
filling_color = "#552200"
|
||||
icon = 'icons/obj/food_snacks.dmi'
|
||||
icon_state = "cb01"
|
||||
trash = /obj/item/trash/candy/cb01
|
||||
nutriment_amt = 4
|
||||
nutriment_desc = list("stale chocolate" = 2, "nougat" = 1, "caramel" = 1)
|
||||
w_class = 1
|
||||
@@ -6158,6 +6159,7 @@
|
||||
filling_color = "#552200"
|
||||
icon = 'icons/obj/food_snacks.dmi'
|
||||
icon_state = "cb02"
|
||||
trash = /obj/item/trash/candy/cb02
|
||||
nutriment_amt = 4
|
||||
nutriment_desc = list("chocolate" = 2, "caramel" = 1, "puffed rice" = 1)
|
||||
w_class = 1
|
||||
@@ -6174,6 +6176,7 @@
|
||||
filling_color = "#552200"
|
||||
icon = 'icons/obj/food_snacks.dmi'
|
||||
icon_state = "cb03"
|
||||
trash = /obj/item/trash/candy/cb03
|
||||
nutriment_amt = 4
|
||||
nutriment_desc = list("chocolate" = 4)
|
||||
w_class = 1
|
||||
@@ -6190,6 +6193,7 @@
|
||||
filling_color = "#552200"
|
||||
icon = 'icons/obj/food_snacks.dmi'
|
||||
icon_state = "cb04"
|
||||
trash = /obj/item/trash/candy/cb04
|
||||
nutriment_amt = 4
|
||||
nutriment_desc = list("chocolate" = 2, "salt = 1", "licorice" = 1)
|
||||
w_class = 1
|
||||
@@ -6206,6 +6210,7 @@
|
||||
filling_color = "#552200"
|
||||
icon = 'icons/obj/food_snacks.dmi'
|
||||
icon_state = "cb05"
|
||||
trash = /obj/item/trash/candy/cb05
|
||||
nutriment_amt = 3
|
||||
nutriment_desc = list("milk chocolate" = 2)
|
||||
w_class = 1
|
||||
@@ -6222,6 +6227,7 @@
|
||||
filling_color = "#552200"
|
||||
icon = 'icons/obj/food_snacks.dmi'
|
||||
icon_state = "cb06"
|
||||
trash = /obj/item/trash/candy/cb06
|
||||
nutriment_amt = 4
|
||||
nutriment_desc = list("chocolate" = 2, "coffee" = 1, "vanilla wafer" = 1)
|
||||
w_class = 1
|
||||
@@ -6239,6 +6245,7 @@
|
||||
filling_color = "#552200"
|
||||
icon = 'icons/obj/food_snacks.dmi'
|
||||
icon_state = "cb07"
|
||||
trash = /obj/item/trash/candy/cb07
|
||||
nutriment_amt = 4
|
||||
nutriment_desc = list("chocolate" = 2, "taro" = 2)
|
||||
w_class = 1
|
||||
@@ -6255,6 +6262,7 @@
|
||||
filling_color = "#552200"
|
||||
icon = 'icons/obj/food_snacks.dmi'
|
||||
icon_state = "cb08"
|
||||
trash = /obj/item/trash/candy/cb08
|
||||
nutriment_amt = 3
|
||||
nutriment_desc = list("chocolate" = 2, "malt puffs" = 1)
|
||||
w_class = 1
|
||||
@@ -6271,6 +6279,7 @@
|
||||
filling_color = "#552200"
|
||||
icon = 'icons/obj/food_snacks.dmi'
|
||||
icon_state = "cb09"
|
||||
trash = /obj/item/trash/candy/cb09
|
||||
nutriment_amt = 6
|
||||
nutriment_desc = list("peanuts" = 3, "condensed milk" = 1, "cashews" = 2)
|
||||
w_class = 1
|
||||
@@ -6289,6 +6298,7 @@
|
||||
filling_color = "#552200"
|
||||
icon = 'icons/obj/food_snacks.dmi'
|
||||
icon_state = "cb10"
|
||||
trash = /obj/item/trash/candy/cb10
|
||||
nutriment_amt = 5
|
||||
nutriment_desc = list("chocolate" = 2, "caramel" = 1, "peanuts" = 1, "nougat" = 1)
|
||||
w_class = 1
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user