Skip to content

Commit

Permalink
Should show up on GM panel now
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 30, 2023
1 parent 086b8b3 commit 97ecab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/admin/game_master/game_master.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ GLOBAL_VAR_INIT(radio_communication_clarity, 100)

// Behavior stuff
#define DEFAULT_BEHAVIOR_STRING "Attack"
#define SELECTABLE_XENO_BEHAVIORS list("Attack")
#define SELECTABLE_XENO_BEHAVIORS_ASSOC list("Attack" = /datum/component/ai_behavior_override/attack)
#define SELECTABLE_XENO_BEHAVIORS list("Attack", "Kidnap")
#define SELECTABLE_XENO_BEHAVIORS_ASSOC list("Attack" = /datum/component/ai_behavior_override/attack, "Kidnap" = /datum/component/ai_behavior_override/kidnap)

// Objective stuff
#define OBJECTIVE_NUMBER_OPTIONS list("zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine")
Expand Down

0 comments on commit 97ecab1

Please sign in to comment.