mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Adds some missing Knife worn icons (#85488)
This commit is contained in:
@@ -190,7 +190,6 @@
|
||||
desc = "A sharpened bone. The bare minimum in survival."
|
||||
embed_type = /datum/embed_data/combat_knife/weak
|
||||
obj_flags = parent_type::obj_flags & ~CONDUCTS_ELECTRICITY
|
||||
slot_flags = NONE
|
||||
force = 15
|
||||
throwforce = 15
|
||||
custom_materials = null
|
||||
@@ -202,7 +201,9 @@
|
||||
name = "cyborg knife"
|
||||
icon = 'icons/obj/items_cyborg.dmi'
|
||||
icon_state = "knife_cyborg"
|
||||
worn_icon_state = "knife_cyborg" //error sprite - this shouldn't have been dropped
|
||||
desc = "A cyborg-mounted plasteel knife. Extremely sharp and durable."
|
||||
slot_flags = NONE //you can't put this in your mouth
|
||||
|
||||
/obj/item/knife/shiv
|
||||
name = "glass shiv"
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
desc = "A hydraulic prying tool, simple but powerful."
|
||||
icon = 'icons/obj/items_cyborg.dmi'
|
||||
icon_state = "toolkit_engiborg_crowbar"
|
||||
worn_icon_state = "crowbar"
|
||||
worn_icon_state = "toolkit_engiborg_crowbar" //error sprite - this shouldn't have been dropped
|
||||
usesound = 'sound/items/jaws_pry.ogg'
|
||||
force = 10
|
||||
toolspeed = 0.5
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 53 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 93 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Reference in New Issue
Block a user