Skip to content

Commit

Permalink
Quickfix (Real Attempt) (#258)
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]?
-->

Revert the revert and properly fix the tarantulas, why did we curse
ourselves with tricking rocks into thinking, damn you wizard school.

---
  • Loading branch information
Rosycup authored Feb 14, 2025
1 parent 5d2caa9 commit 0b3822b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2507,7 +2507,7 @@

- type: entity
name: tarantula
parent: MobSpiderBase
parent: MobSpiderAngryBase
id: MobGiantSpider
description: Widely recognized to be the literal worst thing in existence.
components:
Expand Down
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

0 comments on commit 0b3822b

Please sign in to comment.