mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Stack inhands (#8513)
This commit is contained in:
@@ -11,6 +11,10 @@ Contains:
|
||||
name = "medical pack"
|
||||
singular_name = "medical pack"
|
||||
icon = 'icons/obj/stacks/medical.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/stacks/lefthand_medical.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/stacks/righthand_medical.dmi',
|
||||
)
|
||||
drop_sound = 'sound/items/drop/box.ogg'
|
||||
amount = 5
|
||||
max_amount = 5
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
singular_name = "nanite swarm"
|
||||
desc = "A tube of paste containing swarms of repair nanites. Very effective in repairing robotic machinery."
|
||||
icon = 'icons/obj/stacks/nanopaste.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/stacks/lefthand_nanopaste.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/stacks/righthand_nanopaste.dmi',
|
||||
)
|
||||
icon_state = "tube"
|
||||
origin_tech = list(TECH_MATERIAL = 4, TECH_ENGINEERING = 3)
|
||||
amount = 10
|
||||
|
||||
@@ -23,6 +23,10 @@
|
||||
var/list/datum/matter_synth/synths = null
|
||||
var/icon_has_variants = FALSE
|
||||
icon = 'icons/obj/stacks/materials.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/stacks/lefthand_materials.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/stacks/righthand_materials.dmi',
|
||||
)
|
||||
|
||||
/obj/item/stack/Initialize(mapload, amount)
|
||||
. = ..()
|
||||
|
||||
@@ -13,6 +13,10 @@
|
||||
w_class = 3
|
||||
max_amount = 60
|
||||
icon = 'icons/obj/stacks/tiles.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/stacks/lefthand_tiles.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/stacks/righthand_tiles.dmi',
|
||||
)
|
||||
randpixel = 7
|
||||
drop_sound = 'sound/items/drop/axe.ogg'
|
||||
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
name = "wrapping paper"
|
||||
desc = "You can use this to wrap items in."
|
||||
icon = 'icons/obj/stacks/wrap.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/stacks/lefthand_wrap.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/stacks/righthand_wrap.dmi',
|
||||
)
|
||||
icon_state = "wrap_paper"
|
||||
singular_name = "square unit"
|
||||
amount = 20.0
|
||||
|
||||
Reference in New Issue
Block a user