mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Moving some in hand icons to different files (#20748)
* Moving some icons out of left/righthand.dmi * Moving sheets and ores
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/obj/item/stack/sheet
|
||||
name = "sheet"
|
||||
icon = 'icons/obj/stacks/minerals.dmi'
|
||||
lefthand_file = 'icons/mob/inhands/sheet_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/sheet_righthand.dmi'
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
force = 5
|
||||
throwforce = 5
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
name = "wet floor sign"
|
||||
icon = 'icons/obj/janitor.dmi'
|
||||
icon_state = "caution"
|
||||
lefthand_file = 'icons/mob/inhands/equipment/custodial_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/equipment/custodial_righthand.dmi'
|
||||
force = 1.0
|
||||
throwforce = 3.0
|
||||
throw_speed = 1
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
* Utensils
|
||||
*/
|
||||
/obj/item/kitchen/utensil
|
||||
lefthand_file = 'icons/mob/inhands/utensil_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/utensil_righthand.dmi'
|
||||
force = 5.0
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throwforce = 0.0
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
name = "mop"
|
||||
icon = 'icons/obj/janitor.dmi'
|
||||
icon_state = "mop"
|
||||
lefthand_file = 'icons/mob/inhands/equipment/custodial_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/equipment/custodial_righthand.dmi'
|
||||
force = 3
|
||||
throwforce = 5
|
||||
throw_speed = 3
|
||||
|
||||
@@ -32,6 +32,8 @@
|
||||
icon = 'icons/obj/janitor.dmi'
|
||||
icon_state = "trashbag"
|
||||
belt_icon = "trashbag"
|
||||
lefthand_file = 'icons/mob/inhands/equipment/custodial_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/equipment/custodial_righthand.dmi'
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
max_w_class = WEIGHT_CLASS_SMALL
|
||||
slot_flags = null
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
icon_state = "jetpack"
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
item_state = "jetpack"
|
||||
lefthand_file = 'icons/mob/inhands/jetpack_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/jetpack_righthand.dmi'
|
||||
distribute_pressure = ONE_ATMOSPHERE * O2STANDARD
|
||||
actions_types = list(/datum/action/item_action/set_internals, /datum/action/item_action/toggle_jetpack, /datum/action/item_action/jetpack_stabilization)
|
||||
var/gas_type = "oxygen"
|
||||
|
||||
Reference in New Issue
Block a user