Adds a few more hand sprites (#12535)

This commit is contained in:
desven
2021-09-25 21:44:21 +02: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)
@@ -4,6 +4,11 @@
name = "glass"
desc = "Your standard drinking glass."
icon_state = "glass_empty"
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_food.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_food.dmi',
)
item_state = "glass_empty"
amount_per_transfer_from_this = 5
volume = 30
unacidable = TRUE //glass
@@ -23,6 +28,7 @@
center_of_mass = R.glass_center_of_mass || list("x"=16, "y"=10)
else
icon_state = "glass_empty"
item_state = "glass_empty"
name = "glass"
desc = "Your standard drinking glass."
center_of_mass = list("x"=16, "y"=10)
@@ -5221,6 +5221,10 @@
desc_fluff = "V'krexi, while edible, hold no nutritional value, either for humans or Vaurca. The V'krexi meat was mostly neglected until human food-processing techniques were introduced to the Zo'ra Hive."
icon = 'icons/obj/food.dmi'
icon_state = "vkrexitaffy"
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_food.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_food.dmi',
)
item_state = "vkrexi"
icon_type = "vkrexi taffy"
storage_type = "packaging"
@@ -3,6 +3,11 @@
desc = "A plain white coffee cup."
icon = 'icons/obj/drink_glasses/coffecup.dmi'
icon_state = "coffeecup"
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_food.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_food.dmi',
)
item_state = "coffeecup"
volume = 30
var/fillsource = "coffeecup"
@@ -0,0 +1,6 @@
author: Desven
delete-after: True
changes:
- rscadd: "Added hand sprites for Zo'ra soda, coffee cups and drinking glasses."
- rscadd: "Added hand sprites for the roller bed."
- bugfix: "Fixed the V'krexi Snax hand sprite not properly showing."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB