Skip to content

Commit

Permalink
Small Fixes and Rat King AI Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosycup committed Jan 17, 2025
1 parent eceb24f commit 280f22f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
9 changes: 5 additions & 4 deletions Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@
baseSprintSpeed : 5.00
- type: InputMover
- type: MobMover
- type: HTN
rootTask:
task: SimpleHostileCompound
# - type: HTN
# rootTask:
# task: SimpleHostileCompound
- type: Reactive
groups:
Flammable: [Touch]
Extinguish: [Touch]
- type: NpcFactionMember
factions:
- SimpleHostile
- Passive
# - SimpleHostile
- type: Sprite
drawdepth: SmallMobs
sprite: Mobs/Animals/regalrat.rsi
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,12 @@
- type: Pda
id: QuartermasterIDCard
state: pda-qm
penSlot:
startingItem: PenLo
priority: -1
whitelist:
tags:
- Write
- type: PdaBorderColor
borderColor: "#e39751"
accentVColor: "#a23e3e"
Expand Down Expand Up @@ -431,12 +437,6 @@
- type: Pda
id: CargoIDCard
state: pda-cargo
penSlot:
startingItem: PenLo
priority: -1
whitelist:
tags:
- Write
- type: PdaBorderColor
borderColor: "#e39751"
- type: Icon
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Traits/physical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@
inverted: true
traits:
- Claws
- StrikingCalluses
functions:
- !type:TraitModifyUnarmed
soundHit:
Expand Down Expand Up @@ -398,6 +399,7 @@
inverted: true
traits:
- Talons
- StrikingCalluses
functions:
- !type:TraitModifyUnarmed
soundHit:
Expand Down

0 comments on commit 280f22f

Please sign in to comment.