Skip to content

Commit

Permalink
Rewording the law
Browse files Browse the repository at this point in the history
  • Loading branch information
Bokkiewokkie committed Jan 30, 2025
1 parent b28a402 commit 8f1edd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/ai_core.dm
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
A = new /mob/living/silicon/ai(loc, laws, brain.brainmob)

if(get_overmap()?.faction == "syndicate") //NSV13 start - Syndicate ship radio & traitor setting
A.set_zeroth_law("Accomplish your ship's objectives at all costs.", "Accomplish your ship's objectives at all costs.")
A.set_zeroth_law("Accomplish the Syndicate's objectives at all costs.", "Accomplish your Syndicate's objectives at all costs.")
A.set_syndie_radio()
A.faction |= "Syndicate" //Why is this capitalized
A.network = list("syndicate")
Expand Down

0 comments on commit 8f1edd6

Please sign in to comment.