fixes misspellings of "aggressive" in a few areas. (#61092)

Fixes the spelling of "aggressive" in a few items, comments and a define.
This commit is contained in:
aaaa1023
2021-08-30 20:49:35 +01:00
committed by GitHub
parent a17a2541ff
commit f04df890dd
11 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ have ways of interacting with a specific mob and control it.
movement_delay = 0.4 SECONDS
planning_subtrees = list(/datum/ai_planning_subtree/monkey_tree)
blackboard = list(
BB_MONKEY_AGRESSIVE = FALSE,
BB_MONKEY_AGGRESSIVE = FALSE,
BB_MONKEY_BEST_FORCE_FOUND = 0,
BB_MONKEY_ENEMIES = list(),
BB_MONKEY_BLACKLISTITEMS = list(),
@@ -31,7 +31,7 @@ have ways of interacting with a specific mob and control it.
. = ..()
if(. & AI_CONTROLLER_INCOMPATIBLE)
return
blackboard[BB_MONKEY_AGRESSIVE] = TRUE //Angry cunt
blackboard[BB_MONKEY_AGGRESSIVE] = TRUE //Angry cunt
/datum/ai_controller/monkey/TryPossessPawn(atom/new_pawn)
if(!isliving(new_pawn))