Skip to content

Commit

Permalink
jimmytombstone
Browse files Browse the repository at this point in the history
  • Loading branch information
CannibalHunter committed Oct 22, 2024
1 parent 3edb67e commit aee7d78
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions monkestation/code/modules/donator/code/datum/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -678,3 +678,10 @@
item_path = /obj/item/clothing/neck/mist_cloak
donator_only = TRUE
requires_purchase = FALSE

//jimmytombstone
/datum/loadout_item/neck/linen_tombstone_shroud
name = "linen tombstone shroud"
item_path = /obj/item/clothing/neck/linen_tombstone_shroud
donator_only = TRUE
requires_purchase = FALSE
8 changes: 8 additions & 0 deletions monkestation/code/modules/donator/code/item/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -570,3 +570,11 @@
worn_icon = 'monkestation/code/modules/donator/icons/mob/clothing.dmi'
icon_state = "mist_cloak"
worn_icon_state = "mist_cloak"

/obj/item/clothing/neck/linen_tombstone_shroud
name = "linen tombstone shroud"
desc = "It's a dark linen cloak with a tombstone symbol on it. It seems covered in strands of blue hair and filth. It also has a pungent stench of cigarette smoke."
icon = 'monkestation/code/modules/donator/icons/obj/clothing.dmi'
worn_icon = 'monkestation/code/modules/donator/icons/mob/clothing.dmi'
icon_state = "linen_tombstone_shroud"
worn_icon_state = "linen_tombstone_shroud"
Binary file modified monkestation/code/modules/donator/icons/mob/clothing.dmi
Binary file not shown.
Binary file modified monkestation/code/modules/donator/icons/obj/clothing.dmi
Binary file not shown.
4 changes: 2 additions & 2 deletions strings/pill_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,6 @@
"Man",
"Bulbo Boi",
"green glurp",
"Tritium Juice"

"Tritium Juice",
"Tombstone Tablet"
]

0 comments on commit aee7d78

Please sign in to comment.