mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user