Skip to content

Commit

Permalink
[MIRROR] testing to see whether faction_invisible causes mutiny icon …
Browse files Browse the repository at this point in the history
…woes
  • Loading branch information
Spookerton authored and SierraHelper committed Dec 30, 2024
1 parent 3604e75 commit d3bb89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/antagonist/station/loyalist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GLOBAL_DATUM_INIT(loyalists, /datum/antagonist/loyalists, new)
faction_descriptor = "COMPANY"
faction_verb = /mob/living/proc/convert_to_loyalist
faction_indicator = "hud_loyal"
faction_invisible = 1
//faction_invisible = 1
blacklisted_jobs = list(/datum/job/ai, /datum/job/cyborg, /datum/job/submap)
skill_setter = /datum/antag_skill_setter/station

Expand Down
2 changes: 1 addition & 1 deletion code/game/antagonist/station/revolutionary.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GLOBAL_DATUM_INIT(revs, /datum/antagonist/revolutionary, new)
faction_verb = /mob/living/proc/convert_to_rev
faction_welcome = "Help the cause overturn the ruling class. Do not harm your fellow freedom fighters."
faction_indicator = "hud_rev"
faction_invisible = 1
//faction_invisible = 1
faction = "revolutionary"

blacklisted_jobs = list(/datum/job/ai, /datum/job/cyborg)
Expand Down

0 comments on commit d3bb89a

Please sign in to comment.