Skip to content

Commit

Permalink
Makes it work just how its needed to do so.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian16199 committed Mar 9, 2024
1 parent dc007b2 commit 83f1faf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/familiars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
- CannotSuicide
- DoorBumpOpener
- type: Body
prototype: Primate
- type: InnateTool # Cant really use this anymore.
prototype: Human # For two hands.
- type: InnateTool
tools:
- id: WelderIfrit
- id: WelderIfrit
Expand All @@ -82,7 +82,7 @@
- type: PotentialPsionic
- type: Psionic
removable: false
- type: PyrokinesisPower
# - type: PyrokinesisPower # Pending psionic rework
- type: Grammar
attributes:
proper: true
Expand Down Expand Up @@ -122,7 +122,7 @@
litMeleeDamageBonus:
types: # When lit, negate standard melee damage and replace with heat
Heat: 10
Blunt: -5
Blunt: -10
# welderOnSounds:
# collection: WelderIfritHandOn
# welderOffSounds:
Expand Down

0 comments on commit 83f1faf

Please sign in to comment.