mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user