Minor Rev changes (#20771)

Co-authored-by: coolmankid12345 <coolmankid12345@users.noreply.github.com>
This commit is contained in:
coolmankid12345
2023-10-06 00:41:26 -04:00
committed by GitHub
parent acc9c8940b
commit 0a7338c0fe
3 changed files with 9 additions and 9 deletions

View File

@@ -14,13 +14,13 @@ public sealed class SharedRevolutionarySystem : EntitySystem
public override void Initialize() public override void Initialize()
{ {
base.Initialize(); base.Initialize();
SubscribeLocalEvent<MindShieldComponent, ComponentInit>(MindShieldImplanted); SubscribeLocalEvent<MindShieldComponent, MapInitEvent>(MindShieldImplanted);
} }
/// <summary> /// <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. /// 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> /// </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)) if (HasComp<RevolutionaryComponent>(uid) && !HasComp<HeadRevolutionaryComponent>(uid))
{ {

View File

@@ -1,11 +1,11 @@
## Rev Head ## Rev Head
roles-antag-rev-head-name = Head Revolutionary 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 = head-rev-role-greeting =
You are a Head Revolutionary. 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. 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, or those wearing sunglasses.
Viva la revolución! Viva la revolución!
@@ -34,7 +34,7 @@ rev-break-control = {$name} has remembered their true allegiance!
rev-role-greeting = rev-role-greeting =
You are a Revolutionary. You are a Revolutionary.
You are tasked with taking over the station and protecting the Head Revolutionaries. 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! Viva la revolución!
rev-briefing = Help your head revolutionaries kill every head to take over the station. 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-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-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.

View File

@@ -104,7 +104,7 @@
sprite: Objects/Specific/Chemistry/syringe.rsi sprite: Objects/Specific/Chemistry/syringe.rsi
state: syringe_base0 state: syringe_base0
product: CrateMindShieldImplants product: CrateMindShieldImplants
cost: 5000 cost: 3000
category: Medical category: Medical
group: market group: market