Skip to content

Commit

Permalink
Правки
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Aug 7, 2024
1 parent 160c7a0 commit 25ffd74
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Resources/Prototypes/ADT/Entities/Mobs/Species/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@
sprite: "Effects/creampie.rsi"
state: "creampie_moth"
visible: false
- type: Inventory
femaleDisplacements:
jumpsuit:
sizeMaps:
32:
sprite: Mobs/Species/Human/displacement.rsi
state: jumpsuit-female
- type: LanguageSpeaker # Frontier
speaks:
- GalacticCommon
Expand All @@ -135,7 +142,14 @@
- type: entity
parent: BaseSpeciesDummy
id: MobMothDummy
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: HumanoidAppearance
species: Moth
- type: Inventory
femaleDisplacements:
jumpsuit:
sizeMaps:
32:
sprite: Mobs/Species/Human/displacement.rsi
state: jumpsuit-female

0 comments on commit 25ffd74

Please sign in to comment.