Skip to content

Commit

Permalink
Quickfix (Attempt) (#257)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Reverting Rat King AI changes to Hopefully fix spider AI, don't ask how
this should work I feel like a wizard yelling at a rock.

---
  • Loading branch information
Rosycup authored Feb 14, 2025
1 parent 4a07521 commit 5d2caa9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@
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:
- Passive
# - SimpleHostile
- SimpleHostile
- type: Sprite
drawdepth: SmallMobs
sprite: Mobs/Animals/regalrat.rsi
Expand Down

0 comments on commit 5d2caa9

Please sign in to comment.