Skip to content

Commit

Permalink
Replaced holy relic pizza cutter with regular one
Browse files Browse the repository at this point in the history
  • Loading branch information
Mensla committed Dec 12, 2023
1 parent 198aa64 commit bdb4416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/tools/kitchen_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
/obj/item/tool/kitchen/pizzacutter
name = "pizza cutter"
icon_state = "plasticpizzacutter"
desc = "A circular blade using for cutting pizzas. This one has a cheap plastic handle."
desc = "A circular blade used for cutting pizzas. This one has a cheap plastic handle."
flags_atom = FPRINT|CONDUCT
sharp = IS_SHARP_ITEM_ACCURATE
edge = 1
Expand All @@ -160,7 +160,7 @@
*/
/obj/item/tool/kitchen/pizzacutter/wood
icon_state = "woodpizzacutter"
desc = "A circular blade using for cutting pizzas. This one has an authetnic wooden handle."
desc = "A circular blade used for cutting pizzas. This one has an authentic wooden handle."

/*
* Holy Relic Pizza Cutter
Expand Down
2 changes: 1 addition & 1 deletion maps/map_files/FOP_v3_Sciannex/sprinkles/30.pizzatime.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
/area/template_noop)
"K" = (
/obj/structure/closet/secure_closet/freezer/fridge/full,
/obj/item/weapon/pizza_cutter,
/obj/item/tool/kitchen/pizzacutter,
/turf/open/floor/prison{
icon_state = "kitchen"
},
Expand Down

0 comments on commit bdb4416

Please sign in to comment.