mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user