mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
makes w_class use defines (#9848)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//Added by Jack Rost
|
||||
/obj/item/trash
|
||||
icon = 'icons/obj/trash.dmi'
|
||||
w_class = 1.0
|
||||
w_class = ITEMSIZE_TINY
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/lefthand_food.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/righthand_food.dmi'
|
||||
@@ -207,4 +207,4 @@
|
||||
|
||||
/obj/item/trash/diona_bites
|
||||
name = "dionae bites"
|
||||
icon_state = "dionaebitesempty"
|
||||
icon_state = "dionaebitesempty"
|
||||
|
||||
Reference in New Issue
Block a user