Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Durathread buff #2004

Merged
merged 6 commits into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions monkestation/code/modules/clothing/head/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,6 @@
icon = 'monkestation/icons/obj/clothing/hats.dmi'
worn_icon = 'monkestation/icons/mob/clothing/head.dmi'
icon_state = "syndieheadband"

/datum/armor/helmet_durathread
bullet = 15
4 changes: 4 additions & 0 deletions monkestation/code/modules/clothing/suits/coats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,7 @@
greyscale_colors = null

//End of Bunny Costume Jackets

/datum/armor/vest_durathread
bullet = 15
wound = 5
5 changes: 5 additions & 0 deletions monkestation/code/modules/clothing/under/undersuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,8 @@
worn_icon = 'monkestation/icons/mob/clothing/uniform.dmi'
icon_state = "artisan"
can_adjust = FALSE

/datum/armor/misc_durathread
bullet = 5
energy = 5
wound = 5
Loading