mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
[FIX] Follow up PR on "Better slices" (#28146)
* Changes from DGamerL review * Adds /sliced to foods i missed * Adds repath.txt * Swaps left and right in repath file * Remove slice path restriction for sliceable * More suggestions from code review by DGamerL
This commit is contained in:
@@ -635,7 +635,7 @@
|
||||
|
||||
/datum/reagent/consumable/cheese/reaction_turf(turf/T, volume)
|
||||
if(volume >= 5 && !isspaceturf(T))
|
||||
new /obj/item/food/sliced/cheesewedge/presliced(T)
|
||||
new /obj/item/food/sliced/cheesewedge(T)
|
||||
|
||||
/datum/reagent/consumable/fake_cheese
|
||||
name = "Cheese substitute"
|
||||
|
||||
@@ -158,7 +158,7 @@
|
||||
/obj/item/food/sliced/mushroom_pizza,
|
||||
/obj/item/food/sliced/vegetable_pizza,
|
||||
/obj/item/food/sliced/cheese_pizza,
|
||||
/obj/item/food/garlic_pizza,
|
||||
/obj/item/food/sliced/garlic_pizza,
|
||||
/obj/item/food/sliced/donk_pocket_pizza,
|
||||
/obj/item/food/sliced/dank_pizza,
|
||||
/obj/item/food/sliced/mac_pizza,
|
||||
|
||||
Reference in New Issue
Block a user