Commit Graph
7 Commits
Author SHA1 Message Date
b18269e0f5 Porting Condos from Nova, Deletes the Unused Vox Box (#4872)
## About The Pull Request

Title. Porting https://github.com/NovaSector/NovaSector/pull/5020 by
[unit0016](https://github.com/unit0016), an OG. I love them which is why
I shamelessly stole and ported this.

## Why It's Good For The Game

Less piggybacking is good, it also does some... Good...Code... Stuff???
I dunno

## Proof Of Testing
TBD

## Changelog
🆑 LT3, unit0016, OrbisAnima, vinylspiders, Hydrosatan, theSelfish
add: The infinidorms have been rewritten and rethemed significantly,
coming with a handful of new rooms in the process.
fix: Ghost Cafe fishing doesn't affect station lootpools.
fix: Cafe Visitors, like plasmamen and vox get cannisters.
fix: Even if the Ghost Cafe somehow get radios, they won't transmit
anymore. This includes Borgs.
fix: Somehow, multitools returned to Ghost Cafe belts.
del: The not working Vox Box is gone from the Cafe.
code: Instead of being automapped, the Interlink CC office has been
merged into the map.
/🆑

---------

Co-authored-by: Artur Lang <24881678+Arturlang@users.noreply.github.com>
Co-authored-by: Roxy <75404941+TealSeer@users.noreply.github.com>
Co-authored-by: LT3 <83487515+lessthnthree@users.noreply.github.com>
2025-12-25 22:21:43 -08:00
0c92a6b511 Loadout Painting Printer (#4649)
## About The Pull Request
Adds a new modular computer type to the loadout screen: a mini painting
printer with a pre-installed program that prints the selected art, with
a painting frame to match. It can only print a single time, then
self-destructs.
## Why It's Good For The Game
Allows spotlight on the... furry art, in our painting database, without
having to rely on the half-present curator role.
## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>

</details>

## Changelog
🆑
add: adds a single-user painting printer to the loadout menu and the fun
vendor
/🆑

---------

Co-authored-by: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com>
Co-authored-by: Alexis <catmc8565@gmail.com>
2025-12-22 21:29:13 +02:00
nevimer db5aa35b59 Fix build issues related to upstream pull 2025-09-03 20:27:07 -04:00
ArrisFairburneandGitHub 3871cb2891 PDA Alert Levels pt. 2: The Rainbowing (#3519)
## About The Pull Request
Now that https://github.com/tgstation/tgstation/pull/89173 is part of
our code, we need to have equivalent code here that tells the alert
level indicator what to do with our yellow, orange, and purple alerts.
This PR adds this in.
## Why It's Good For The Game
Brings feature parity to the Skyrat alert levels. Right now they default
to the placeholder text "not set" and do not react to being part of the
relevant department to fixing the alert's warning.
## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>

![GIF 15-Apr-25 6-02-04
PM](https://github.com/user-attachments/assets/9135bcd7-90a9-48c6-8097-4e80f90c4711)

</details>

## Changelog
🆑
fix: Replaced placeholder text for amber, violet, orange, epsilon, and
gamma alerts when reading the alert level via PDA.
add: PDA alert readout now correctly inverts colors/blinks text to
reflect our different alert level behaviors compared to tgstation's.
/🆑
2025-04-21 11:47:16 -07:00
StrangeWeirdKitten 25289b8bc6 fixes a fuck load of sounds 2024-10-24 07:52:55 -06:00
Majkl-J 62d91fbd65 There is like an infinite amount of sound repaths 2024-10-24 02:58:06 -07:00
4a00176533 [modular] Adds a silicon manager PDA app similar to the Job manager app the HoP gets (#1933)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Allows for the prioritizing of silicon jobs (AI/Cyborg) so they show up
on the join menu, you cannot add or close slots, and it can be
downloaded and used as long as you have Robotics Access on your ID
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

<!-- Please make sure to actually test your PRs. If you have not tested
your PR mention it. -->

## Why It's Good For The Game
Every other job can be prioritized, these two should be able to be as
well
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Proof Of Testing

![image](https://github.com/user-attachments/assets/33b1aaa0-e2a4-416f-87e2-f08c37aef861)

![image](https://github.com/user-attachments/assets/393e1548-dda0-4a41-a299-b4c51501a08b)

<!-- Compile and run your code locally. Make sure it works. This is the
place to show off your changes! We are not responsible for testing your
features. -->

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and its effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
add: adds silicon manager pda app
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

<!-- By opening a pull request. You have read and understood the
repository rules located on the main README.md on this project. -->

---------

Co-authored-by: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com>
Co-authored-by: LT3 <83487515+lessthnthree@users.noreply.github.com>
2024-10-12 18:20:11 +00:00