forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description. Fixes an issue with the flesh armor also my bad for forgoring to merge this 💀 :cl: - fix: Fixed Flesh cult helm not working
- Loading branch information
Showing
7 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
- type: entity | ||
|
||
id: ClothingHeadHelmetFlesh | ||
name: flesh cult helmet | ||
description: A boon from the one true deity, Carnemori. It's a helmet made of flesh. | ||
components: | ||
- type: BreathMask | ||
- type: Sprite | ||
sprite: /Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi | ||
state: icon | ||
- type: Clothing | ||
sprite: /Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi | ||
# equipSound: /Audio/Mecha/mechmove03.ogg | ||
# unequipSound: /Audio/Mecha/mechmove03.ogg | ||
quickEquip: false | ||
slots: [ HEAD ] | ||
- type: Item | ||
size: Normal | ||
- type: Armor | ||
modifiers: | ||
coefficients: | ||
Blunt: 0.95 | ||
Slash: 0.95 | ||
Piercing: 0.95 | ||
Heat: 0.95 | ||
- type: Clickable | ||
- type: InteractionOutline | ||
- type: Armor | ||
modifiers: | ||
coefficients: | ||
Blunt: 0.95 | ||
Slash: 0.95 | ||
Piercing: 0.95 | ||
Heat: 0.95 | ||
- type: GroupExamine | ||
- type: Tag | ||
tags: | ||
- WhitelistChameleon | ||
- type: IdentityBlocker | ||
- type: HideLayerClothing | ||
slots: | ||
- Snout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.