-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweak(bear_companion): fixed bugs in behavior, friend functionality a…
…nd tweaked bears' examine #10812
- Loading branch information
1 parent
23a8e3e
commit c3101ca
Showing
8 changed files
with
462 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
code/modules/mob/living/simple_animal/hostile/commanded/_command_defines.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#define COMMANDED_STOP 6 //basically 'do nothing' | ||
#define COMMANDED_FOLLOW 7 //follows a target | ||
#define COMMANDED_MISC 8 //catch all state for misc commands that need one. | ||
#define COMMANDED_STOP 7 //basically 'do nothing' | ||
#define COMMANDED_FOLLOW 8 //follows a target | ||
#define COMMANDED_MISC 9 //catch all state for misc commands that need one. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.