Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rev tweaks #251

Merged
merged 4 commits into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ head-rev-role-greeting =
You are a Head Revolutionary.
You are tasked with removing all of Command from station via death, exilement or imprisonment.
The Syndicate has sponsored you with a flash that converts the crew to your side.
Beware, this won't work on Security, Command, or those wearing sunglasses.
Beware, this won't work on Security, Command, the blind, or those wearing sunglasses.
Viva la revolución!

head-rev-briefing =
Expand All @@ -19,17 +19,17 @@ head-rev-break-mindshield = The Mindshield was destroyed!
## Rev

roles-antag-rev-name = Revolutionary
roles-antag-rev-objective = Your objective is to ensure the safety and follow the orders of the Head Revolutionaries as well as getting rid of all Command staff on station.
roles-antag-rev-objective = Your objective is to ensure the safety and follow the orders of the Head Revolutionaries as well as assist in taking over the station.

rev-break-control = {$name} has remembered their true allegiance!

rev-role-greeting =
You are a Revolutionary.
You are tasked with taking over the station and protecting the Head Revolutionaries.
Get rid of all of the Command staff.
You are loyal to the revolution, but you are not a psychopath. Keep calm and await your orders.
Viva la revolución!

rev-briefing = Help your head revolutionaries get rid of every head to take over the station.
rev-briefing = Help your head revolutionaries take over the station.

## General

Expand Down Expand Up @@ -67,7 +67,7 @@ rev-headrev-name = [color=#5e9cff]{$name}[/color] converted {$count} {$count ->

rev-deconverted-title = Deconverted!
rev-deconverted-text =
As the last headrev has died, the revolution is over.
As the last Head Revolutionary has died, the revolution is over.

You are no longer a revolutionary, so be nice.
rev-deconverted-confirm = Confirm
7 changes: 7 additions & 0 deletions Resources/Prototypes/Roles/Antags/revolutionary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
antagonist: true
setPreference: true
objective: roles-antag-rev-head-objective
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 36000 # 10h
- !type:DepartmentTimeRequirement
department: Command
time: 36000 # 10h
guides: [ Revolutionaries ]

- type: antag
Expand Down
Loading