mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user