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

Floofstation Release V1 #336

Merged
merged 35 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
5aafa65
Update uplink_catalog.yml
fenndragon Nov 2, 2024
003d694
Update uplink_catalog.yml
fenndragon Nov 2, 2024
36916f2
Update uplink_catalog.yml
fenndragon Nov 2, 2024
10fa00d
Update presets.yml
fenndragon Nov 2, 2024
dd0dcd4
Update xenopet.yml
fenndragon Nov 2, 2024
b1ce3ae
Merge branch 'Fansana:unstable' into xenos
fenndragon Nov 2, 2024
775bc11
Merge branch 'Fansana:unstable' into xenos
fenndragon Nov 3, 2024
7b5f1b2
Merge pull request #320 from Fansana/stable
Fansana Nov 3, 2024
1abd458
update allowlist
Fansana Nov 3, 2024
79b69ae
use stable instead of master
FoxxoTrystan Nov 3, 2024
06caaf0
use stable instead of master
FoxxoTrystan Nov 3, 2024
ade783c
Changlog workflow only on stable merge.
FoxxoTrystan Nov 3, 2024
24efdb1
aaa
VividPups Nov 4, 2024
b86dc28
Update uplink_catalog.yml
VividPups Nov 4, 2024
7941094
Fix hypno.ftl
FoxxoTrystan Nov 4, 2024
71d6476
Update psionicPowers.yml
FoxxoTrystan Nov 4, 2024
580dcf0
Hmm yes
FoxxoTrystan Nov 4, 2024
a8d49e0
updated as requested
VividPups Nov 4, 2024
af785a0
fix voltage reaction
Fansana Nov 4, 2024
e2bac46
fix construction container
Fansana Nov 5, 2024
7b46cb0
Merge pull request #328 from Fansana/fix-voltage-reaction
Memeji Nov 5, 2024
d72497a
Merge pull request #329 from Fansana/fix-sleepingbag
FoxxoTrystan Nov 5, 2024
b19655e
prescription hud fix
Nov 5, 2024
eb473dd
fixes build test?
FoxxoTrystan Nov 5, 2024
ad887d6
This is a better way to handle it.
FoxxoTrystan Nov 5, 2024
164d9db
oops
FoxxoTrystan Nov 5, 2024
7d05d1d
Merge pull request #331 from FoxxoTrystan/ethereal-build-fix
FoxxoTrystan Nov 5, 2024
2851a6e
Update hud.yml
Fansana Nov 5, 2024
81643a4
Merge branch 'Fansana:master' into edit-lpo
FoxxoTrystan Nov 5, 2024
b299cdb
Merge pull request #330 from KyuPolaris/prescriptionhudfix
Memeji Nov 5, 2024
ac87ec0
Merge branch 'Fansana:master' into Hypo
VividPups Nov 5, 2024
aef34f6
Merge pull request #325 from FoxxoTrystan/edit-lpo
FoxxoTrystan Nov 6, 2024
64d6737
Merge pull request #316 from fenndragon/xenos
FoxxoTrystan Nov 7, 2024
97b0434
moved files
VividPups Nov 7, 2024
46c6618
Merge pull request #322 from VividPups/Hypo
FoxxoTrystan Nov 7, 2024
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
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ concurrency: commit_action
on:
pull_request_target:
types: [closed]
branches:
- stable

env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/discord-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: checkout
uses: actions/checkout@v3
with:
ref: master
ref: stable

- name: Publish changelog
run: Tools/actions_changelogs_since_last_run.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/[email protected]
with:
ref: master
ref: stable
submodules: 'recursive'
- name: Setup .NET Core
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
run:
runs-on: ubuntu-latest
if: ${{github.base_ref == 'stable' && github.actor != 'Fansana'}}
if: ${{ github.base_ref == 'stable' && github.actor != 'Fansana' && github.actor != 'Memeji' && github.actor != 'FoxxoTrystan' }}

steps:
- uses: superbrothers/close-pull-request@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ private void OnPowerUsed(DarkSwapActionEvent args)

if (_psionics.OnAttemptPowerUse(args.Performer, "DarkSwap", args.ManaCost / 2, args.CheckInsulation))
{
SpawnAtPosition("ShadowkinShadow", Transform(args.Performer).Coordinates);
SpawnAtPosition("EffectFlashShadowkinDarkSwapOff", Transform(args.Performer).Coordinates);
RemComp(args.Performer, ethereal);
args.Handled = true;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,11 @@ private bool CanUse(EntityUid user, EntityUid console)
private bool CanCallOrRecall(CommunicationsConsoleComponent comp)
{
// Defer to what the round end system thinks we should be able to do.
if (_emergency.EmergencyShuttleArrived || !_roundEndSystem.CanCallOrRecall())
if (_emergency.EmergencyShuttleArrived
|| !_roundEndSystem.CanCallOrRecall()
|| !comp.CanShuttle)
return false;

// Calling shuttle checks
if (_roundEndSystem.ExpectedCountdownEnd is null)
return comp.CanShuttle;

// Recalling shuttle checks
var recallThreshold = _cfg.GetCVar(CCVars.EmergencyRecallTurningPoint);

Expand Down
7 changes: 2 additions & 5 deletions Content.Server/Shadowkin/EtherealSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ public override void OnShutdown(EntityUid uid, EtherealComponent component, Comp
RemComp<RespiratorImmuneComponent>(uid);
RemComp<MovementIgnoreGravityComponent>(uid);

SpawnAtPosition("ShadowkinShadow", Transform(uid).Coordinates);
SpawnAtPosition("EffectFlashShadowkinDarkSwapOff", Transform(uid).Coordinates);

foreach (var light in component.DarkenedLights.ToArray())
{
if (!TryComp<PointLightComponent>(light, out var pointLight)
Expand Down Expand Up @@ -181,7 +178,7 @@ public override void Update(float frameTime)

if (etherealLight.AttachedEntity == uid
&& _random.Prob(0.03f))
etherealLight.AttachedEntity = EntityUid.Invalid;
etherealLight.AttachedEntity = EntityUid.Invalid;

if (!etherealLight.OldRadiusEdited)
{
Expand Down Expand Up @@ -213,4 +210,4 @@ public override void Update(float frameTime)
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public sealed partial class PirateRadioSpawnRuleComponent : Component
[DataField]
public List<string> PirateRadioShuttlePath { get; private set; } = new()
{
"Maps/Shuttles/pirateradio.yml",
"Maps/Floof/pirateradio.yml", // Floofstation
};

[DataField]
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Resources/Locale/en-US/Floof/hypno.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hypno-free = I feel able to make my own toughts again.
hypno-release = Release Subject

hypno-start = You stare into {POSS-ADJ($target)} eyes...
hypno-phase-1 = {CAPITALIZE($entity)} eyes glows in such pretty colors... it's hard to look away...
hypno-phase-1 = {CAPITALIZE($target)} eyes glows in such pretty colors... it's hard to look away...
hypno-phase-2 = The more you stare at {POSS-ADJ($target)} eyes... the more its i's hard to think... to have a thought...
hypno-phase-3 = What was I doing... again? It's so hard to think... maybe I don't need to anymore, just stare... its just... so pretty...
hypno-success = {CAPITALIZE(SUBJECT($target))} stares into your eyes, lost in them, lost in you.
Expand Down
6 changes: 5 additions & 1 deletion Resources/Locale/en-US/Floof/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Pointless
uplink-coder-socks-valid-name = Blood-red Coder Socks
uplink-coder-socks-valid-desc = These socks add onto your robustness by making you look breedable. Make trojans, not war.
uplink-coder-socks-valid-desc = These socks add onto your robustness by making you look breedable. Make trojans, not war.

# Floof station
uplink-Cryptobiolininjector-name = Cryptobiolin injector
uplink-Cryptobiolininjector-desc = Made by SESWC. This item is prefilled with 20u of Cryptobiolin to help you get rid of those pesky psionic weirdo's.
Loading
Loading