Adds a few more hand sprites (#12535)

This commit is contained in:
desven
2021-09-25 14:44:21 -05:00
committed by GitHub
parent 7fc0e81c9f
commit 3f99489ea6
9 changed files with 27 additions and 0 deletions
@@ -220,6 +220,7 @@
name = "roller bed"
icon = 'icons/obj/rollerbed.dmi'
icon_state = "standard_down"
item_state = "rollerbed"
anchored = FALSE
var/base_state = "standard"
var/item_bedpath = /obj/item/roller
@@ -414,7 +415,12 @@
name = "roller bed"
desc = "A collapsed roller bed that can be carried around."
icon = 'icons/obj/rollerbed.dmi'
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_medical.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_medical.dmi'
)
icon_state = "standard_folded"
item_state = "rollerbed"
drop_sound = 'sound/items/drop/axe.ogg'
pickup_sound = 'sound/items/pickup/axe.ogg'
center_of_mass = list("x" = 17,"y" = 7)