Skip to content

Commit

Permalink
tweakers
Browse files Browse the repository at this point in the history
  • Loading branch information
No-Tips committed Nov 27, 2023
1 parent 609d034 commit d641f4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions code/modules/clothing/custom_clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@
to_chat(user, SPAN("warning", "You aren't sure you'll fit in this men's cloth..."))
return 0

// Item below belong to i-dont-fucking-know-who
// Please, sign it ASAP
// HentaiStorm

/obj/item/clothing/suit/storage/toggle/forensics/customred
name = "red jacket"
Expand Down Expand Up @@ -232,10 +231,13 @@
original[2] = /obj/item/clothing/suit/fire/firefighter
finished[2] = /obj/item/clothing/suit/fire/firefighter/atmos

/obj/item/clothing/head/richard/raven
/obj/item/clothing/head/raven_hood
name = "raven hood"
desc = "A hood with raven skull. Kinda stylish."
icon_state = "raven"
icon_state = "raven_hood"
body_parts_covered = HEAD|FACE
flags_inv = BLOCKHAIR
armor = list(melee = 5, bullet = 5, laser = 5,energy = 0, bomb = 0, bio = 0)

// Animusin
/obj/item/clothing/suit/storage/toggle/heart_jacket
Expand Down
Binary file modified icons/inv_slots/hats/mob.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/hats.dmi
Binary file not shown.

0 comments on commit d641f4b

Please sign in to comment.