Skip to content

Commit

Permalink
Add Insulation to Robots (DeltaV-Station#773)
Browse files Browse the repository at this point in the history
# Description

Soulless Robots didn't have PsionicInsulation, which meant they were
eligible targets for powers such as Mindswap. This is a pretty simple
fix.

# Changelog
:cl:
- fix: Robots and other mechanical creatures are now correctly immune to
non-physical psionic powers.
  • Loading branch information
VMSolidus authored Aug 23, 2024
1 parent 2eda261 commit ee7522e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
understands:
- GalacticCommon
- RobotTalk
- type: PsionicInsulation

- type: entity
id: BaseBorgChassisNT
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/mimic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@
damage:
types:
Blunt: 20
- type: PsionicInsulation
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
understands:
- GalacticCommon
- RobotTalk
- type: PsionicInsulation

- type: entity
parent: MobSiliconBase
Expand Down
4 changes: 1 addition & 3 deletions Resources/Prototypes/Entities/Mobs/Player/ipc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,9 @@
- type: DeadStartupButton
sound:
path: /Audio/Effects/Silicon/startup.ogg
# Erro de linter
# - type: Wires
# layoutId: IPC
- type: EmitBuzzWhileDamaged
- type: CanHostGuardian
- type: PsionicInsulation


- type: entity
Expand Down

0 comments on commit ee7522e

Please sign in to comment.