diff --git a/code/modules/antagonists/gang/gang.dm b/code/modules/antagonists/gang/gang.dm index 9e661b16a08..c5c0ea374d1 100644 --- a/code/modules/antagonists/gang/gang.dm +++ b/code/modules/antagonists/gang/gang.dm @@ -86,8 +86,8 @@ to_chat(owner.current, "[gang_name] for life!") to_chat(owner.current, "You're a member of the [gang_name] now!
Tag turf with a spraycan, wear your group's colors, and recruit more gangsters with the Induction Packages!
") - to_chat(owner.current, "Don't fuck with non-gangsters unless they fuck with you first.") - to_chat(owner.current, "Don't blow shit up or make the station uninhabitable.") + to_chat(owner.current, "You are still a team-oriented antagonist! Do what is best for your gang.") + to_chat(owner.current, "Beware, killing innocents will result in a stronger police response.") to_chat(owner.current, "Family's Objective: [gang_objective]") /datum/antagonist/gang/apply_innate_effects(mob/living/mob_override)