Skip to content

Commit

Permalink
Merge pull request #226 from FrisKisDr/fire
Browse files Browse the repository at this point in the history
Фиксы
  • Loading branch information
Schrodinger71 authored Dec 17, 2023
2 parents e28569f + d2ec4d5 commit 54fe202
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Resources/Changelog/ChangelogADT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -839,3 +839,10 @@ Entries:
- {message: Добавлен новогодние варианты карт и изменен плейлист карт, type: Add}
id: 55638 #костыль отображения в Обновлениях
time: '2023-12-17T07:20:00.0000000+00:00'

- author: Friskis
changes:
- {message: Утки прошли курс привок от зомби вируса, type: Fix}
- {message: Куртки теперь правда работают, type: Fix}
id: 55639 #костыль отображения в Обновлениях
time: '2023-12-18T20:20:00.0000000+00:00'
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
walkModifier: 0.5
sprintModifier: 0.5
- type: TemperatureProtection
coefficient: 0.9
coefficient: 0.5
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetEVALarge
slot: head
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coat.rsi
- type: TemperatureProtection
coefficient: 0.9
coefficient: 0.1
- type: Item
size: Normal
- type: Armor
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Shoes/boots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
- type: Clothing
sprite: Clothing/Shoes/Boots/winterboots.rsi
- type: TemperatureProtection
coefficient: 0.9
coefficient: 0.2
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@
id: MobDuckMallard
description: An adorable mallard duck, it's fluffy and soft!
components:
- type: ZombieImmune
- type: Sprite
drawdepth: Mobs
layers:
Expand Down

0 comments on commit 54fe202

Please sign in to comment.