[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:
Drsmail
2025-01-28 21:04:03 +00:00
committed by GitHub
parent d28d740216
commit 81775e23d6
12 changed files with 26 additions and 27 deletions
@@ -22,7 +22,7 @@
/obj/item/book/granter/spell/summon_cheese/recoil(mob/living/user)
to_chat(user, "<span class='warning'>[src] turns into a wedge of cheese!</span>")
var/obj/item/food/sliced/cheesewedge/presliced/book_cheese = new
var/obj/item/food/sliced/cheesewedge/book_cheese = new
user.drop_item()
user.put_in_hands(book_cheese)
qdel(src)
@@ -35,7 +35,7 @@
overlay = null
action_icon_state = "cheese_wedge"
action_background_icon_state = "bg_spell"
summon_type = list(/obj/item/food/sliced/cheesewedge/presliced)
summon_type = list(/obj/item/food/sliced/cheesewedge)
summon_amt = 9
aoe_range = 1
summon_ignore_prev_spawn_points = TRUE