mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Food icon reorganization
Moved around some food icons, to reduce clutter in the food.dmi file Notable moves: - All custom food icons are now in a new file custom.dmi - All pizza icons (food and boxes) are now in a new file pizza.dmi - All pasta food icons are now in a new file pasta.dmi Also removed some duplicate icons, renamed some custom food icons for better clarity, adjusted existing code to point to new icon locations
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/obj/item/pizza_bomb
|
||||
name = "pizza box"
|
||||
desc = "A box suited for pizzas."
|
||||
icon = 'icons/obj/food/food.dmi'
|
||||
icon = 'icons/obj/food/pizza.dmi'
|
||||
icon_state = "pizzabox1"
|
||||
var/timer = 10 //Adjustable timer
|
||||
var/timer_set = 0
|
||||
|
||||
Reference in New Issue
Block a user