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

Makes void cloak space proof (Kinda) #3639

Merged
merged 3 commits into from
Oct 10, 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
2 changes: 2 additions & 0 deletions code/modules/antagonists/heretic/items/heretic_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
flags_inv = NONE
flags_cover = NONE
item_flags = EXAMINE_SKIP
clothing_flags = STOPSPRESSUREDAMAGE
armor_type = /datum/armor/cult_hoodie_void

/datum/armor/cult_hoodie_void
Expand All @@ -80,6 +81,7 @@
allowed = list(/obj/item/melee/sickly_blade)
hoodtype = /obj/item/clothing/head/hooded/cult_hoodie/void
flags_inv = NONE
clothing_flags = STOPSPRESSUREDAMAGE
body_parts_covered = CHEST|GROIN|ARMS
// slightly worse than normal cult robes
armor_type = /datum/armor/cultrobes_void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name = "Void Cloak"
desc = "Allows you to transmute a glass shard, a bedsheet, and any outer clothing item (such as armor or a suit jacket) \
to create a Void Cloak. While the hood is down, the cloak functions as a focus, \
and while the hood is up, the cloak is completely invisible. It also provide decent armor and \
and while the hood is up, the cloak is completely invisible and gives pressure resistance. It also provide decent armor and \
has pockets which can hold one of your blades, various ritual components (such as organs), and small heretical trinkets."
gain_text = "The Owl is the keeper of things that are not quite in practice, but in theory are. Many things are."
next_knowledge = list(
Expand Down
Loading