Skip to content

Commit

Permalink
Donation 031724 (Monkestation#1433)
Browse files Browse the repository at this point in the history
* adds cloak

* fart

---------

Co-authored-by: DESKTOP-M4GD565\LME <[email protected]>
  • Loading branch information
lmenvs and polygoblyn authored Mar 18, 2024
1 parent b2672b8 commit c1e098b
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 0 deletions.
6 changes: 6 additions & 0 deletions monkestation/code/modules/donator/code/datum/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,9 @@
item_path = /obj/item/clothing/head/costume/fur_cap_quilark
donator_only = TRUE
requires_purchase = FALSE

/datum/loadout_item/suit/org_thirteen
name = "Organization 13 Cloak"
item_path = /obj/item/clothing/suit/hooded/org_thirteen
donator_only = TRUE
requires_purchase = FALSE
38 changes: 38 additions & 0 deletions monkestation/code/modules/donator/code/item/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,41 @@
cold_protection = CHEST|ARMS
layer = NECK_LAYER

/obj/item/clothing/suit/hooded/org_thirteen
name = "\improper Organization 13 Cloak"
desc = "A large, hooded jacket belonging to an Organization 13 member."
icon = 'monkestation/code/modules/donator/icons/obj/clothing.dmi'
worn_icon = 'monkestation/code/modules/donator/icons/mob/clothing.dmi'
icon_state = "org_thirteen"
inhand_icon_state = null
body_parts_covered = CHEST|ARMS
cold_protection = CHEST|ARMS
allowed = list()
armor_type = /datum/armor/hooded_wintercoat
hoodtype = /obj/item/clothing/head/hooded/org_thirteen


/obj/item/clothing/suit/hooded/org_thirteen/Initialize(mapload)
. = ..()
allowed += list(
/obj/item/flashlight,
/obj/item/lighter,
/obj/item/modular_computer/pda,
/obj/item/radio,
/obj/item/storage/bag/books,
/obj/item/storage/fancy/cigarettes,
/obj/item/tank/internals/emergency_oxygen,
/obj/item/tank/internals/plasmaman,
/obj/item/toy,
)

/obj/item/clothing/head/hooded/org_thirteen
name = "organization 13 hood"
desc = "A cozy winter hood attached to a heavy winter jacket."
icon = 'monkestation/code/modules/donator/icons/obj/clothing.dmi'
worn_icon = 'monkestation/code/modules/donator/icons/mob/clothing.dmi'
icon_state = "org_thirteen_hood"
body_parts_covered = HEAD
cold_protection = HEAD
flags_inv = HIDEHAIR|HIDEEARS
armor_type = /datum/armor/hooded_winterhood
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.
3 changes: 3 additions & 0 deletions strings/pill_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"Glorious",
"Goblin",
"God",
"Goo",
"Green",
"Grief",
"Grievous",
Expand All @@ -118,6 +119,7 @@
"Hyper",
"Ian",
"Ice",
"Juice",
"Jumper",
"Kilgor",
"Lad",
Expand Down Expand Up @@ -148,6 +150,7 @@
"One",
"One-A-Minute",
"Ook",
"Orange",
"Organic",
"Patrick",
"Pete",
Expand Down

0 comments on commit c1e098b

Please sign in to comment.