Beret + softcap .dmi split (#25314)

* beret softcap dmi split

* icon rename

* dme crlf to lf

* tsf cap fixes

* Apply suggestions from code review

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com>

* vox cap icon name

* remove beret subtype on fluff

* Update code/modules/clothing/head/soft_caps.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com>

---------

Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com>
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
Christasmurf
2024-05-02 11:37:44 +00:00
committed by GitHub
co-authored by Henri215
parent 15e7fcdb3f
commit d587effe2c
37 changed files with 250 additions and 225 deletions
@@ -320,7 +320,7 @@ GLOBAL_LIST_INIT(cloth_recipes, list (
new /datum/stack_recipe("cloth handwraps", /obj/item/clothing/gloves/handwraps, 2),
new /datum/stack_recipe("fingerless gloves", /obj/item/clothing/gloves/fingerless, 1),
new /datum/stack_recipe("white gloves", /obj/item/clothing/gloves/color/white, 3),
new /datum/stack_recipe("white softcap", /obj/item/clothing/head/soft/mime, 2),
new /datum/stack_recipe("white softcap", /obj/item/clothing/head/soft/white, 2),
new /datum/stack_recipe("white beanie", /obj/item/clothing/head/beanie, 2),
)),
null,