mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Fixes some issues with soft caps (#22541)
This commit is contained in:
@@ -8,10 +8,7 @@
|
||||
actions_types = list(/datum/action/item_action/flip_cap)
|
||||
dog_fashion = /datum/dog_fashion/head/cargo_tech
|
||||
sprite_sheets = list(
|
||||
"Human" = 'icons/mob/clothing/head.dmi',
|
||||
"Vox" = 'icons/mob/clothing/species/vox/head.dmi',
|
||||
"Drask" = 'icons/mob/clothing/species/drask/head.dmi',
|
||||
"Grey" = 'icons/mob/clothing/species/grey/head.dmi'
|
||||
"Vox" = 'icons/mob/clothing/species/vox/head.dmi'
|
||||
)
|
||||
dyeable = TRUE
|
||||
|
||||
@@ -112,6 +109,12 @@
|
||||
icon_state = "deliverysoft"
|
||||
item_color = "delivery"
|
||||
dog_fashion = /datum/dog_fashion/head/softcap
|
||||
sprite_sheets = list(
|
||||
"Human" = 'icons/mob/clothing/head.dmi',
|
||||
"Vox" = 'icons/mob/clothing/species/vox/head.dmi',
|
||||
"Drask" = 'icons/mob/clothing/species/drask/head.dmi',
|
||||
"Grey" = 'icons/mob/clothing/species/grey/head.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/head/soft/sec
|
||||
name = "security cap"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user