Moves all stack object sprites from items_and_weapons.dmi to their own file

This commit is contained in:
bawhoppen
2017-10-04 11:59:27 -05:00
committed by CitadelStationBot
parent 282dcb3c16
commit 460fea66c8
4 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/obj/item/stack/medical
name = "medical pack"
singular_name = "medical pack"
icon = 'icons/obj/items_and_weapons.dmi'
icon = 'icons/obj/stack_objects.dmi'
amount = 6
max_amount = 6
w_class = WEIGHT_CLASS_TINY

View File

@@ -63,7 +63,7 @@ GLOBAL_LIST_INIT(sandstone_recipes, list ( \
/obj/item/stack/sheet/mineral/sandbags
name = "sandbags"
icon = 'icons/obj/items_and_weapons.dmi'
icon = 'icons/obj/stack_objects.dmi'
icon_state = "sandbags"
singular_name = "sandbag"
layer = LOW_ITEM_LAYER

View File

@@ -8,6 +8,7 @@
* Stacks
*/
/obj/item/stack
icon = 'icons/obj/stack_objects.dmi'
origin_tech = "materials=1"
gender = PLURAL
var/list/datum/stack_recipe/recipes

BIN
icons/obj/stack_objects.dmi Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB