Skip to content

Commit

Permalink
This took way too long
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Aug 2, 2024
1 parent 45dc2de commit 3fa61be
Show file tree
Hide file tree
Showing 56 changed files with 5 additions and 473 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Content.Server.Sound.Components;
using Content.Shared.Mobs;
using Content.Shared.SimpleStation14.Silicon.Systems;
using Content.Shared.Sound.Components;

namespace Content.Server.SimpleStation14.Silicon;

Expand All @@ -18,11 +19,7 @@ private void OnDeath(EntityUid uid, SiliconEmitSoundOnDrainedComponent component
{
var spamComp = EnsureComp<SpamEmitSoundComponent>(uid);

spamComp.Accumulator = 0f;
spamComp.RollInterval = component.Interval;
spamComp.PlayChance = component.PlayChance;
spamComp.PopUp = component.PopUp;
spamComp.Enabled = true;
spamComp.Sound = component.Sound;
}

Expand Down

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions Resources/Prototypes/Objectives/stealTargetGroups.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Traitor single items

- type: stealTargetGroup
id: SupermatterSliver
name: supermatter sliver
sprite:
sprite: Supermatter/supermatter_sliver.rsi
state: icon

- type: stealTargetGroup
id: Hypospray
name: hypospray
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description: job-description-captain
playTimeTracker: JobCaptain
requirements:
- !type:OverallPlaytimeRequirement
- !type:CharacterOverallTimeRequirement
time: 3600 # 1 Hour
weight: 20
startingGear: CaptainGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobHeadOfPersonnel
antagAdvantage: 6 # DeltaV - Reduced TC: Head of Staff
requirements:
- !type:OverallPlaytimeRequirement
- !type:CharacterOverallTimeRequirement
time: 3600 # 1 Hour
weight: 10 # DeltaV - Changed HoP weight from 20 to 10 due to them not being more important than other Heads
startingGear: HoPGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description: job-description-hos
playTimeTracker: JobHeadOfSecurity
requirements:
- !type:OverallPlaytimeRequirement
- !type:CharacterOverallTimeRequirement
time: 3600 # 1 Hour
weight: 10
startingGear: HoSGear
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Security/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description: job-description-warden
playTimeTracker: JobWarden
requirements:
- !type:OverallPlaytimeRequirement
- !type:CharacterOverallTimeRequirement
time: 3600 # 1 Hour
startingGear: WardenGear
icon: "JobIconWarden"
Expand Down
3 changes: 0 additions & 3 deletions Resources/Prototypes/Traits/skills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
id: CPRTraining
category: Uncategorized
points: -2
components:
- type: LightweightDrunk
boozeStrengthMultiplier: 0.5
requirements:
- !type:CharacterJobRequirement
inverted: true
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 3fa61be

Please sign in to comment.