Skip to content

Commit

Permalink
Antag welcome text improvements (SS13-SCP13#607)
Browse files Browse the repository at this point in the history
* Antag welcome text improvements

* Fixes

* Imagine unironically fixing code the first time you commit a fix
  • Loading branch information
Pandolphina authored and JakeDaBoss committed Dec 26, 2018
1 parent 7855105 commit 21a724e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/game/antagonist/outsider/mercenary.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ var/datum/antagonist/mercenary/mercs
antag_indicator = "hudsyndicate"
role_text_plural = "Operatives"
landmark_id = "Syndicate-Spawn"
leader_welcome_text = "You are the leader of the Chaos Insurgency strikeforce. Use :t to speak to your fellow operatives."
welcome_text = "To speak on the strike team's private channel use :t."
leader_welcome_text = "You are the leader of the Global Occult Coalition strikeforce. Use :t to speak to your fellow operatives."
welcome_text = "You are a member of the Global Occult Coalition stikeforce. You have been tasked with destroying a Foundation site. To accomplish this, you must detonate a nuclear device in the site!To speak on the strike team's private channel use :t."
flags = ANTAG_VOTABLE | ANTAG_OVERRIDE_JOB | ANTAG_CLEAR_EQUIPMENT | ANTAG_CHOOSE_NAME | ANTAG_HAS_NUKE | ANTAG_SET_APPEARANCE | ANTAG_HAS_LEADER
antaghud_indicator = "hudoperative"

Expand Down
2 changes: 1 addition & 1 deletion code/game/antagonist/station/changeling.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
feedback_tag = "changeling_objective"
blacklisted_jobs = list(/datum/job/ai, /datum/job/assistant, /datum/job/captain, /datum/job/hos, /datum/job/rd, /datum/job/o5rep, /datum/job/commsofficer)
protected_jobs = list()
welcome_text = "Use say \"#g message\" to communicate with your fellow shapeshifters. Remember: you get all of their absorbed DNA if you absorb them."
welcome_text = "You are a shapeshifter, disguised as a member of Foundation staff! Use say \"#g message\" to communicate with your fellow shapeshifters. Remember: you get all of their absorbed DNA if you absorb them."
flags = ANTAG_SUSPICIOUS | ANTAG_RANDSPAWN | ANTAG_VOTABLE
antaghud_indicator = "hudchangeling"

Expand Down
1 change: 1 addition & 0 deletions code/game/antagonist/station/traitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ var/datum/antagonist/traitor/traitors
flags = ANTAG_SUSPICIOUS | ANTAG_RANDSPAWN | ANTAG_VOTABLE
role_text = "CI Operative"
role_text_plural = "CI Operatives"
welcome_text = "You are a CI Operative! You have infiltrated a Foundation site and have been tasked with completing a set of objectives!"

/datum/antagonist/traitor/New()
..()
Expand Down
1 change: 1 addition & 0 deletions html/changelogs/Pandolphina.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ delete-after: True
changes:
- rscadd: "Gives the Guard Commander a cool .357 revolver instead of a lame pistol."
- tweak: "Changed the description of the .357 revolver to fit lore"
- spellcheck: "Slightly improved the antag welcome texts"

0 comments on commit 21a724e

Please sign in to comment.