mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] Pies are now refactored for new foods. (#1677)
* Pies are now refactored for new foods. (#54751) Moves over pies to the newfood typepaths, as well as the few select pie slices. Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@ users.noreply.github.com> * Pies are now refactored for new foods. Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com> Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@ users.noreply.github.com>
This commit is contained in:
co-authored by
Jared-Fogle
ArcaneMusic
parent
450b1ada06
commit
bfaa5be1c0
@@ -432,7 +432,7 @@
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/clown/cream_pie/PopulateContents()
|
||||
for(var/i in 1 to 10)
|
||||
new /obj/item/reagent_containers/food/snacks/pie/cream(src)
|
||||
new /obj/item/food/pie/cream(src)
|
||||
|
||||
/obj/item/storage/backpack/fireproof
|
||||
resistance_flags = FIRE_PROOF
|
||||
|
||||
Reference in New Issue
Block a user