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

🆑
spellcheck: fixes bad raptor grammar
/🆑
This commit is contained in:
krookodilehunter
2024-06-08 19:20:58 -04:00
committed by GitHub
parent d5990c31d2
commit aa7c0666d3
@@ -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,