From df60e014abca013bd69011c8e9592164ea7878a8 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Tue, 16 Jun 2020 20:21:54 -0700 Subject: [PATCH] Updates Gangster spawn text to correct a lie that's being told (#51638) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updates Gangster spawn text to correct a lie that's being told * Update code/modules/antagonists/gang/gang.dm Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> * Update code/modules/antagonists/gang/gang.dm Co-authored-by: ラッピ from PSO2 <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com> * Update gang.dm * Update gang.dm Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> Co-authored-by: ラッピ from PSO2 <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com> --- code/modules/antagonists/gang/gang.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)