Skip to content

Commit

Permalink
[MIRROR] Fixes some Raptor grammar [MDB IGNORE] (#2931)
Browse files Browse the repository at this point in the history
* Fixes some Raptor grammar (#83794)

## About The Pull Request

Corrects some grammar in the raptor code. (This time it should be
correct!)

## Why It's Good For The Game

Good grammar is best grammar

## Changelog

:cl:
spellcheck: fixes bad raptor grammar
/:cl:

* Fixes some Raptor grammar

---------

Co-authored-by: krookodilehunter <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Jun 8, 2024
1 parent 640a850 commit 661ebb8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
/datum/ai_controller/basic_controller/raptor
blackboard = list(
BB_INTERACTIONS_WITH_OWNER = list(
"Pecks",
"Nuzzles",
"Wags tail against",
"Playfully leans against"
"pecks",
"nuzzles",
"wags their tail against",
"playfully leans against"
),
BB_TARGETING_STRATEGY = /datum/targeting_strategy/basic/raptor,
BB_PET_TARGETING_STRATEGY = /datum/targeting_strategy/basic/raptor,
Expand Down

0 comments on commit 661ebb8

Please sign in to comment.