Skip to content

Commit

Permalink
ревью
Browse files Browse the repository at this point in the history
  • Loading branch information
Filokini committed Jan 22, 2025
1 parent 118f099 commit fbfad82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Objects/Misc/candles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
alwaysCombustible: true
canExtinguish: true
firestacksOnIgnite: 3.0
firestackFade: -0.005
firestackFade: -0.005 # ADT tweak
damage:
types:
Heat: 0.1
Expand All @@ -50,7 +50,7 @@
- state: inhand-right-flame
shader: unshaded
- type: Damageable
damageModifierSet: ADTCandle
damageModifierSet: ADTCandle # ADT tweak
- type: Destructible
thresholds:
- trigger:
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Stations/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,17 @@
# - /Maps/Ruins/corvax_syndi_base.yml
# - /Maps/Ruins/corvax_ussp_debris.yml
# - /Maps/Ruins/corvax_ussp_asteroid.yml
# vgroid: !type:DungeonSpawnGroup
# vgroid: !type:DungeonSpawnGroup ADT remove start
# minimumDistance: 300
# maximumDistance: 350
# nameDataset: names_borer
# stationGrid: false
# addComponents:
# addComponents: ГИГАНТСКИЙ АСТЕРОИД ЗАКОММЕНЧЕН ДЛЯ ОПТИМИЗАЦИИ И У НАС ЕСТЬ ЛАВАЛЕНД С РУДОЙ
# - type: Gravity
# enabled: true
# inherent: true
# protos:
# - VGRoid
# - VGRoid ADT remove end
# ADT-Mining-Start
mining: !type:GridSpawnGroup
nameGrid: false
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Entities/Structures/Furniture/chairs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
components:
- type: Anchorable
- type: Rotatable
- type: Physics # ADT CHANGE START sleep
# ADT CHANGE START sleep
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
Expand All @@ -71,7 +72,8 @@
- TableMask
- type: Strap
position: Down
rotation: 0 # ADT CHANGE END sleep
rotation: 0
# ADT CHANGE END sleep

#Start anchored, cannot be rotated while anchored
- type: entity
Expand Down

0 comments on commit fbfad82

Please sign in to comment.