mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Updates Food and Candy Sprites
This commit is contained in:
@@ -49,8 +49,7 @@
|
||||
/obj/item/radio/beacon/bacon //Probably a better way of doing this, I'm lazy.
|
||||
|
||||
/obj/item/radio/beacon/bacon/proc/digest_delay()
|
||||
spawn(600)
|
||||
qdel(src)
|
||||
QDEL_IN(src, 600)
|
||||
|
||||
// SINGULO BEACON SPAWNER
|
||||
/obj/item/radio/beacon/syndicate
|
||||
|
||||
@@ -258,7 +258,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/candy/gummybear/wtf
|
||||
name = "gummy bear"
|
||||
desc = "A small bear. Wait... what?"
|
||||
icon_state = "gbear_wtf"
|
||||
icon_state = "gbear_rainbow"
|
||||
filling_color = "#60A584"
|
||||
list_reagents = list("sugar" = 10, "space_drugs" = 2)
|
||||
|
||||
@@ -318,7 +318,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/candy/gummyworm/wtf
|
||||
name = "gummy worm"
|
||||
desc = "An edible worm. Did it just move?"
|
||||
icon_state = "gworm_wtf"
|
||||
icon_state = "gworm_rainbow"
|
||||
filling_color = "#60A584"
|
||||
list_reagents = list("sugar" = 10, "space_drugs" = 2)
|
||||
|
||||
@@ -413,7 +413,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/candy/jellybean/wtf
|
||||
name = "jelly bean"
|
||||
desc = "A candy bean, guarenteed to not give you gas. You aren't sure what color it is."
|
||||
icon_state = "jbean_wtf"
|
||||
icon_state = "jbean_rainbow"
|
||||
filling_color = "#60A584"
|
||||
list_reagents = list("sugar" = 10, "space_drugs" = 2)
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/bacon
|
||||
name = "bacon"
|
||||
desc = "It looks crispy and tastes amazing! Mmm... Bacon."
|
||||
icon_state = "bacon2"
|
||||
icon_state = "bacon"
|
||||
list_reagents = list("nutriment" = 4, "porktonium" = 10, "msg" = 4)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/telebacon
|
||||
@@ -168,8 +168,9 @@
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/telebacon/On_Consume(mob/M, mob/user)
|
||||
if(!reagents.total_volume)
|
||||
baconbeacon.loc = user
|
||||
baconbeacon.forceMove(user)
|
||||
baconbeacon.digest_delay()
|
||||
baconbeacon = null
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meatball
|
||||
name = "meatball"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 32 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 96 KiB |
Reference in New Issue
Block a user