Make tier 1 blood worms not breathe - #697
Conversation
WalkthroughВ декларации Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@Resources/Prototypes/Imperial/XxRaay/worms.yml`:
- Line 94: Update the MobWormTier1 parent definition to retain MobAtmosStandard
while removing only MobRespirator, so ThermalRegulator, Temperature, and
TemperatureDamage remain inherited and the change disables breathing without
altering temperature behavior.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: a55c4cca-4843-4f06-9dd8-e2175de2993c
📒 Files selected for processing (1)
Resources/Prototypes/Imperial/XxRaay/worms.yml
| - MobWormBase | ||
| - MobAtmosStandard | ||
| - MobRespirator | ||
| parent: MobWormBase |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
Сохраните MobAtmosStandard, если цель PR — отключить только дыхание.
MobAtmosStandard добавляет ThermalRegulator, Temperature и TemperatureDamage (Resources/Prototypes/Entities/Mobs/base.yml:196-216). После изменения MobWormTier1 теряет эти компоненты, потому что они не объявлены явно. Это меняет температурный урон и выживание червя. Верните MobAtmosStandard в parent и удалите только MobRespirator, либо добавьте эквивалентные компоненты явно.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@Resources/Prototypes/Imperial/XxRaay/worms.yml` at line 94, Update the
MobWormTier1 parent definition to retain MobAtmosStandard while removing only
MobRespirator, so ThermalRegulator, Temperature, and TemperatureDamage remain
inherited and the change disables breathing without altering temperature
behavior.
О ПР`е
Тип: tweak
Изменения: Черви т1 теперь не дышат, что-бы при спавне не умирали
Технические детали
Нет
Изменения кода официальных разработчиков
Нет
Summary by CodeRabbit