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

Удаления различных сомнительных вещей #285

Merged
merged 10 commits into from
Aug 17, 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: 1 addition & 1 deletion Resources/Prototypes/ADT/Entities/Mobs/NPCs/fill.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Данный файл существует по причине того что Githab плохо дружит с пустыми папками, при работе с этой папкой этот файл можно спокойно удалить
# Pon Данный файл существует по причине того что Githab плохо дружит с пустыми папками, при работе с этой папкой этот файл можно спокойно удалить
100 changes: 52 additions & 48 deletions Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,57 +218,61 @@
- type: Sprite
sprite: Clothing/Neck/Cloaks/aro.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakBi
name: poison cloak
description: The purple color is a clear indicator you are poisonous.
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/bi.rsi
#ADT start

- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakIntersex
name: cyclops cloak
description: The circle on this cloak represents a cyclops' eye.
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/intersex.rsi
# - type: entity
# parent: ClothingNeckBase
# id: ClothingNeckCloakBi
# name: poison cloak
# description: The purple color is a clear indicator you are poisonous.
# components:
# - type: Sprite
# sprite: Clothing/Neck/Cloaks/bi.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakLesbian
name: poet cloak
description: This cloak belonged to an ancient poet, you forgot which one.
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/les.rsi
# - type: entity
# parent: ClothingNeckBase
# id: ClothingNeckCloakIntersex
# name: cyclops cloak
# description: The circle on this cloak represents a cyclops' eye.
# components:
# - type: Sprite
# sprite: Clothing/Neck/Cloaks/intersex.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakGay
name: multi-level marketing cloak
description: This cloak is highly sought after in the Nanotrasen Marketing Offices.
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/gay.rsi
# - type: entity
# parent: ClothingNeckBase
# id: ClothingNeckCloakLesbian
# name: poet cloak
# description: This cloak belonged to an ancient poet, you forgot which one.
# components:
# - type: Sprite
# sprite: Clothing/Neck/Cloaks/les.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakEnby
name: treasure hunter cloak
description: This cloak belonged to a greedy treasure hunter.
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/enby.rsi
# - type: entity
# parent: ClothingNeckBase
# id: ClothingNeckCloakGay
# name: multi-level marketing cloak
# description: This cloak is highly sought after in the Nanotrasen Marketing Offices.
# components:
# - type: Sprite
# sprite: Clothing/Neck/Cloaks/gay.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakPan
name: chef's cloak
description: Meant to be worn alongside a frying pan.
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/pan.rsi
# - type: entity
# parent: ClothingNeckBase
# id: ClothingNeckCloakEnby
# name: treasure hunter cloak
# description: This cloak belonged to a greedy treasure hunter.
# components:
# - type: Sprite
# sprite: Clothing/Neck/Cloaks/enby.rsi

# - type: entity
# parent: ClothingNeckBase
# id: ClothingNeckCloakPan
# name: chef's cloak
# description: Meant to be worn alongside a frying pan.
# components:
# - type: Sprite
# sprite: Clothing/Neck/Cloaks/pan.rsi

#ADT end

Loading
Loading