Minor Rev changes (#20771)
Co-authored-by: coolmankid12345 <coolmankid12345@users.noreply.github.com>
This commit is contained in:
@@ -14,13 +14,13 @@ public sealed class SharedRevolutionarySystem : EntitySystem
|
||||
public override void Initialize()
|
||||
{
|
||||
base.Initialize();
|
||||
SubscribeLocalEvent<MindShieldComponent, ComponentInit>(MindShieldImplanted);
|
||||
SubscribeLocalEvent<MindShieldComponent, MapInitEvent>(MindShieldImplanted);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// When the mindshield is implanted in the rev it will popup saying they were deconverted. In Head Revs it will remove the mindshield component.
|
||||
/// </summary>
|
||||
private void MindShieldImplanted(EntityUid uid, MindShieldComponent comp, ComponentInit init)
|
||||
private void MindShieldImplanted(EntityUid uid, MindShieldComponent comp, MapInitEvent init)
|
||||
{
|
||||
if (HasComp<RevolutionaryComponent>(uid) && !HasComp<HeadRevolutionaryComponent>(uid))
|
||||
{
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
## Rev Head
|
||||
|
||||
roles-antag-rev-head-name = Head Revolutionary
|
||||
roles-antag-rev-head-objective = Your objective is to take over the station by converting people to your cause and kill all Command staff on station.
|
||||
roles-antag-rev-head-objective = Your objective is to take over the station by converting people to your cause and killing all Command staff on station.
|
||||
|
||||
head-rev-role-greeting =
|
||||
You are a Head Revolutionary.
|
||||
You are tasked with taking over the station by any means necessary.
|
||||
You are tasked with removing all of Command from station via death or exilement.
|
||||
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.
|
||||
Viva la revolución!
|
||||
@@ -34,7 +34,7 @@ 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.
|
||||
Eliminate all of the command staff.
|
||||
Eliminate all of the Command staff.
|
||||
Viva la revolución!
|
||||
|
||||
rev-briefing = Help your head revolutionaries kill every head to take over the station.
|
||||
@@ -49,12 +49,12 @@ rev-no-one-ready = No players readied up! Can't start a Revolution.
|
||||
|
||||
rev-all-heads-dead = All the heads are dead, now finish up the rest of the crew!
|
||||
|
||||
rev-won = The Head Revs survived and killed all of command.
|
||||
rev-won = The Head Revs survived and killed all of Command.
|
||||
|
||||
rev-lost = Command survived and killed all of the Head Revs.
|
||||
|
||||
rev-stalemate = All of the Head Revs died and so did all of command. We'll call it a draw.
|
||||
rev-stalemate = All of the Head Revs died and so did all of Command. We'll call it a draw.
|
||||
|
||||
rev-reverse-stalemate = I think the Head Revs and command forgot to fight because they are both still alive.
|
||||
rev-reverse-stalemate = I think the Head Revs and Command forgot to fight because they are both still alive.
|
||||
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
sprite: Objects/Specific/Chemistry/syringe.rsi
|
||||
state: syringe_base0
|
||||
product: CrateMindShieldImplants
|
||||
cost: 5000
|
||||
cost: 3000
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
|
||||
Reference in New Issue
Block a user