Merge pull request #3122 from Citadel-Station-13/upstream-merge-31273

[MIRROR] Moves all stack object sprites from items_and_weapons.dmi to their own file
This commit is contained in:
LetterJay
2017-10-05 06:10:55 -04:00
committed by GitHub
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