53 Commits
Author SHA1 Message Date
Greenjoe12345andGitHub d0d0b3ce14 Tajaran Diplomatic Bodyguard uniform replacements (#21770)
The Tajaran diplomatic bodyguards now have uniforms to better fit with
their lore.
<img width="131" height="125" alt="image"
src="https://github.com/user-attachments/assets/aaaaf03a-d61a-406a-8f3a-0e84b40595f7"
/>
The PRA consular now gets a National Police Department officer as their
guard.

<img width="133" height="141" alt="image"
src="https://github.com/user-attachments/assets/46eb859a-6d94-44b9-98d3-833297a612ca"
/>

The DPRA consular now gets a Adhomai Joint Intelligence Committee agent
as their guard, who uses a surplus ALA dress uniform and beret.

<img width="133" height="136" alt="image"
src="https://github.com/user-attachments/assets/ff73dada-d7bb-4d38-814d-73191f53557a"
/>

The NKA Consular now gets a member of the Imperial Adhomai Army as their
guard.
2026-02-02 15:41:05 +00:00
7d058fc613 Jukebox TGUI update, Earphones autoplay, sound keys refactor (#21630)
V2 of [previous music playing
PR](https://github.com/Aurorastation/Aurora.3/pull/21466). TLDR no
longer uses the connect_range component for implementation because it
turned out a bit too inflexible for overlapping music players.

Removes a NanoUI template for the [TGUI
update](https://github.com/Aurorastation/Aurora.3/pull/21046).

New changelog:
  - refactor: "Ported Jukebox's NanoUI interface to TGUI."
- refactor: "Ported Jukebox audio playing functionality to a component."
- refactor: "Sound keys refactored from singletons to datums, along with
larger breakout of sound.dm to allow for easier SFX updates in future."
  - code_imp: "Expanded track datums to include track lengths."
- code_imp: "Reorganized music file folders for more intuitive access."
  - rscadd: "Earphone status feedback text now includes track length."
  - rscadd: "Added autoplay functionality to earphones."
- bugfix: "Fixed earphones' 'Previous Song' verb not sending you to the
end of the playlist when used while the first track is selected."
- bugfix: "Fixed gain adjustment for 'Konyang-1' (-23 dB -> standard
-9.8 dB)."
- bugfix: "Fixed y-offset of audioconsole-running overlay animation to
line up with the actual screen."

---------

Co-authored-by: VMSolidus <evilexecutive@gmail.com>
2026-01-22 16:54:40 +00:00
ElorgRHGandGitHub 5e69ccbd6a Resprites all Tajaran consular clothing (they also now have coats) (#21688)
I don't know what more can I say that the title of the PR didn't.
_Hopefully_ this will inspire someone to play Tajaran consulars more.

From the changelog:
>  - imageadd: "Resprited all Tajaran consular clothing."
>  - rscadd: "Added a female version of the NKA consular uniform."
>  - rscadd: "Added Tajaran consular coats."
> - rscadd: "Added extended descriptions to all Tajaran consular
clothing items."
>  - rscdel: "Removed Tajaran consular side caps."

Images, as always, in the details below.
Old (current) sprites on the top, new on the bottom unless stated
otherwise.

<details>
<summary>Things resprited in this PR: </summary>

<details>
<summary>Consular uniforms and hats: </summary>
<img width="1536" height="1024" alt="officering my consular"
src="https://github.com/user-attachments/assets/90cc5ce0-ded8-4ee8-80fc-a459e4b2965f"
/>
Maybe some uniqueness has been lost, but I'm sure the large playerbase
of Tajaran consulars will be able to cope with it.
</details>

<details>
<summary>New consular coats, closed and open variants: </summary>
<img width="1536" height="1024" alt="closed by default"
src="https://github.com/user-attachments/assets/81480c66-e350-4f41-9110-194805299cfd"
/>
</details>
</details>

Short attribution section because it would feel disingenuous without it,
the NKA consular coat _has_ been inspired by sprites from this PR from
Shiptest: https://github.com/shiptest-ss13/Shiptest/pull/2685

And, of course,
Hadii's grace, comrades.
2026-01-14 19:29:11 +00:00
Casper3667andGitHub f3b7db5fd1 Add PRA national police uniforms (#21519)
Adds a set of both city and rural uniforms for the PRA. All sprites are
by me.
The uniforms are only available through the chameleon kits and
admins/events.
The jackets are available in the loadout, alongside the woolen hat, but
not the other hats.
The raakti shariim uniform was removed to make it more consistent.

In order below:
PRA city uniform & pilotka
PRA city jacket & woolen hat
PRA rural uniform
PRA rural jacket & hat
<img width="320" height="989" alt="image"
src="https://github.com/user-attachments/assets/c1d84eff-b1cc-4d42-af44-0bc04c6fdfea"
/>
<img width="320" height="989" alt="image"
src="https://github.com/user-attachments/assets/39a77050-f6f8-429f-92fb-596cb87608ee"
/>
<img width="320" height="989" alt="image"
src="https://github.com/user-attachments/assets/a7013f82-36ba-447b-821e-99d8f1be22e2"
/>
<img width="320" height="989" alt="image"
src="https://github.com/user-attachments/assets/1cb9d288-3358-4c5d-bba2-85c678ca0664"
/>
2025-11-22 21:40:06 +00:00
BatrachophrenoandGitHub af6c74d917 Verb organization stuff (#21131)
Currently, only Preferences Verbs use subcategories. As a result, all
other Verb tabs are only organized alphabetically, meaning that a single
mechanic (ie. languages) has its governing Verbs scattered rather than
grouped together.

Verb organization by Tab handles broad organization - IC, OOC, Objects,
etc.- highly effectively but requires the user to click-navigate to
other Tabs to access any other verbs.

Verb organization within a Tab can be handled by A.) subcategories and
B.) Verb name prefixes (such as Earphones - *****). The first option is
the clearest and cleanest, but consumes additional vertical space. The
second option conserves vertical space at the cost of visual clarity.

This PR attempts to reorganize Verbs by their Tabs, Subcategories, and
prefixes with the following priorities in mind:
- Minimal disruption; any radical change must be justified (don't move
shit around just for the sake of moving shit around.)
- Verbs which share common functions (such as Languages) should be
grouped together.
- Maintainability. Contributors should not need to memorize an
excessively convoluted Subcategories list; Subcategories must be
intuitive and simple.
- Subcategories should be used judiciously when grouping Verbs to
conserve vertical space. Example: Instead of creating a Subcategory for
Emotes, just rename Audible Emote and Visual Emote to Emote (Audible)
and Emote (Visual).
- Subcategories should highlight uncommon or unusual verbs when
reasonable. Example: There are several animal husbandry-related Verbs,
and because most characters will not have access to those verbs
regularly, we can be less conservative with space (because they'll be
gone most of the time) for the sake of emphasizing their availability.

This PR covers the IC, OOC, and Object Tabs.

Subcategories:
OOC.Chat (Chat functions)
- AOOC
- LOOC
- Devsay (moved from Special Verbs)
- Dsay (moved from Special Verbs)
- OOC

OOC.Debug (Fix shit)
- Fit viewport
- Fix chat
- Refresh TGUI

OOC.Round (Round information)
- Check Gamemode Probability
- Check Round Info
- Custom Event Info
- Vote

IC.Antag (Antag verbs w/o their own tab)
- Invite to the Loyalists
- Invite to the Revolutionaries
- Set Ambition

IC.Critters (More critter stuff than you'd expect there to be)
- Befriend Carp (Previous name 'Become Friends')
- Befriend Cat (Previous name 'Become Friends')
- Befriend Dog
- Befriend Ives
- Name Alien Species
- Name Animal

IC.Language (Language-related stuff)
- Check Default Language
- Check Known Languages
- Set Default Language

IC.Maneuver (Movement, positioning, etc.)
- Adjust walk speed
- Do Pushup
- Face Direction
- Look Down
- Look Up
- Move Downwards
- Move Upwards
- Rest

Object.Equipped (Equipped object stuff, mostly for drip)
- Adjust Badge
- Adjust Bag Straps (Backpacks)
- Adjust Goggles
- Adjust Mask
- Adjust Welding Goggles
- Adjust Welding Mask
- Change Glasses Layer
- Change Pants Layer
- Change Wrist Radio Layer
- Change Wristwear Layer
- Check Time
- Flip Badge
- Flip Belt
- Flip Eyepatch
- Flip Hat
- Flip ID card (ID card)
- Flip Radio (Clip-on radio)
- Flip Wristwear
- Fold Collar
- Lock Antenna(e)
- Point At Watch
- Raise Shroud
- Roll Up Cape Mantle
- Roll Up/Down Jumpsuit
- Roll Up/Down Sleeves
- Switch Belt Layer
- Switch ID Layer
- Switch Lanyard Layer
- Switch Shoe Layer
- Toggle Aviators (Like a dozen variants)
- Toggle Ceremonial Garment Lights
- Toggle Coat Buttons
- Toggle Coat Zipper
- Toggle Hair Coverage (For hats helmets etc)
- Toggle Hair Coverage (FOR BABY CARP!!!!!)
- Toggle Helmet Camera
- Toggle Hood
- Toggle Lyodsuit Mask
- Toggle Poncho Tail Coverage
- Toggle Shirt Buttons
- Toggle Suit Sensors
- Toggle Visor (Pilot helmet)
- Toggle Waistcoat Buttons
- Transform Holoclothing
- Voidsuit - Eject Suit Cooler
- Voidsuit - Eject Tank
- Voidsuit - Toggle Helmet

Object.Held (If you're HOLDING it, its probably relevant to you rn)
- Activate Held Object (Silicons; moved from IC)
- Alter Beacon's Signal (Radio beacon)
- Change Bite Size (Utensils)
- Change Pen Colour
- Choose Colour (Paint sprayer)
- Choose Decal (Paint sprayer)
- Choose Direction (Paint sprayer)
- Choose Preset Colour (Paint sprayer)
- Describe Prototype
- Draw Boot Knife
- Empty Bee Net
- Empty Spray Bottle
- Holster
- Name Gun
- Name Prototype
- Plant Flag (Flags)
- Print Plant Report
- Remove Chopsticks
- Remove Top
- Set Detector High-Bound (Light meter)
- Set Detector Low-Bound (Light meter)
- Set Hailer Message (Hailer)
- Set Timer (Timer igniter)
- Set Valve Pressure (Pneumatic cannon)
- Show Held Item
- Spin Cylinder (Revolvers)
- Switch Verbosity (Health analyzer)
- Toggle Chainsaw Power (Chainsaw)
- Toggle Flashlight Brightness (Flashlights)
- Toggle Gun Safety
- Toggle Hazard Vest
- Toggle Pinpointer Mode (Pinpointer)
- Toggle Mister (Backpack water tank. Goes into/out of hands)
- Twist Cap
- Use Scope
- Wield Pick/Drill
- Wield Two-Handed Weapon (Two-handed weapons)

Object.Cards (I fucking hate cards!!!)
- Deck - Deal
- Deck - Draw
- Deck - Pick
- Hand - Pick
- Turn Hand Into Deck

Object.Earphones (Enough here to separate out)
- Eject Music Cartridge
- Change Volume
- Next Song
- Pause/Unpause
- Play/Stop
- Previous Song

Object.Jetpack (This is probably really important to see quickly)
- Toggle Jetpack
- Toggle Jetpack Stabilization

Object.Tape Recorder (Enough here to separate out)
- Start Recording
- Stop Recording
- Clear Memory
- Playback Memory
- Print Transcript
- Eject Portable Storage

**IC tab example:**
<img width="1061" height="277" alt="Screenshot 2025-08-09 101813"
src="https://github.com/user-attachments/assets/a2afe92d-34fd-4160-bf68-b459a4195e26"
/>
**Objects tab example:**
<img width="1100" height="472" alt="Screenshot 2025-08-09 101807"
src="https://github.com/user-attachments/assets/a36e4c76-594e-4569-93ba-ffcda57e8760"
/>
2025-08-11 15:12:56 +00:00
FluffyandGitHub c5dabb9cda Armor defines (#20563)
Added armor defines
Converted raw strings use to defines
Added UT test to ensure people set the armor var correctly (to a list)

No player facing changes
2025-03-09 21:37:46 +00:00
b292d072a3 New Dionae Loadout Items - Wave1 (#20209)
Adds several new items to the Dionae loadout:
- Three sets of clothes and two hoods for voidtamers
- A jacket, cloak, two hats, and an undersuit for the ekane
- A narrows hardhat and jacket, as well as a slightly reworked jumpsuit
(made chonk)
- New Eternal Robes, the old ones are remaining for now but may be
reworked in the second wave of items
- Also removed some redundant rokz and serz items and the ships
themselves, these may be reworkedin the future, but for now aren't in
current lore.

More loadout items will ideally be coming soon for each factions in the
coming weeks/months.

---------

Signed-off-by: Yonnimer <31339047+Yonnimer@users.noreply.github.com>
Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it>
Co-authored-by: hazelrat <83198434+hazelrat@users.noreply.github.com>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
2024-12-05 16:11:08 +00:00
c2e78ef076 Tajaran Religion Banner Sets Added to Loadout (#20123)
Title

Banner sets for Tajaran religions (Suns and Ma'ta'ke) added to loadout
with 2 point cost

Useful for roles like chaplain that wants representation of more members
of the pantheon/ both suns

Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
2024-11-02 10:40:14 +00:00
81f77e6e43 Sandstorm Tweaks (#19370)
Sandstorm damage now respects armor, and will not damage Vaurca and IPCs
as much.
Ponchos, mantles, straw hats, Unathi robes, and hoods now protect
against weather.
Sandstorms can now cause pain and impair vision if a mob's eyes are
unprotected.
Adds protective gear to Wasteland ghostroles who didn't already have it.

---------

Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>
Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
2024-07-01 13:12:32 +00:00
SilvoreandGitHub 6dd7ec996a Adds tajara archeology gear to loadout + spelling changes (#19546)
Added tajara archeology items to the loadout menu so you can LARP as
your favorite archeologist, and changed the spelling of one of them to
be the US spelling like all of the other tajara archeology items.

---------

Signed-off-by: Silvore <62766806+Silvore@users.noreply.github.com>
2024-07-01 13:11:08 +00:00
feartheblackoutandGitHub 51faab108a Life Could Be A Dream: Adds several new Vaurca Breeder items (#19262)
Adds hive flag shrouds for all three hives, as well as recolorable
clothing, cape accessories for C'thur and K'lax, and probably more!

Credits to anthony.albanese on Discord for the C'thur flag shroud and
the C'thur, LLC cape accessory. The other sprites were done by me.


![image](https://github.com/Aurorastation/Aurora.3/assets/59633984/43c05189-9792-4a1d-9fca-71d0c9f3076e)
2024-05-31 20:15:00 +00:00
9983fca311 Update SSOverlays (ported from Baystation) (#19051)
Our SSOverlays system is outdated, and is likely the cause of many of
the issues seen in #18895. It has also been linked to a massive server
performance decrease.

This brings an updated system from Baystation, hopefully with speed
increases.

Should be testmerged, ideally with #18895.

---------

Co-authored-by: Cody Brittain <cbrittain10@live.com>
2024-05-01 07:46:27 +00:00
c59e636746 Uueoa-Esa, Part 3: Ruin Assets (#18956)
Adds several new items and structures for use in Unathi ruins. These
include:
Several ancient Unathi clothing items, including two sets of armor.
Pillars and statues for ruin decoration.
Three ancient Unathi melee weapons.
Several flags/banners/tapestries.
Sarcophagi, complete with booby-traps.
An undetonated nuclear bomb, for, uh... don't worry about it.

Bomb sprite by @nauticall, other ruin sprites by Gecko

---------

Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>
Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
2024-04-19 11:06:35 +00:00
FluffyandGitHub c25c8b6a37 Last editorconfig fixup (#17782)
* one

* two

* three

* fsdsdf
2023-11-20 18:22:42 +00:00
FluffyandGitHub 4538e2a7cc Fix indentations (#17481)
* cbt

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* fsadffsda sad

* sadfasd

* jhn

* dsfa

* saf

* safsad

* sda
2023-10-05 10:15:58 +00:00
GeevesandGitHub 480970e9ae Ta Shroud Raising (#17351)
* Ta Shroud Raising

* sprite back
2023-09-20 11:35:37 +00:00
kyres1andGitHub ea40046836 Loadout Hats - assorted additions and condensing (#16476)
* part 2

* progress

* hats

* HATTTS

* fixes a test + adds a pixel to the fedora
2023-07-29 13:04:03 +00:00
DoxxmedearlyandGitHub 2ad8e7b482 Fixes mulitple invisible sprites (#16719)
* Fixes mulitple invisible sprites

* oh yeah we need these

* Cosmic Cape Fixes
2023-07-14 12:10:26 +00:00
RustingWithYouandGitHub 51509fb227 by the ancestors, that lizard got drip (#16196)
* adds unathi drip

* changelog

* hats, also

* changelog update
2023-04-15 20:32:03 +00:00
AlberykandGitHub c84d786cf9 PRA and DPRA consular officers alternative uniforms and hats (#15973)
* PRA and DPRA consular officers alternative uniforms and hats

* missing cap whoops
2023-03-13 19:14:21 +00:00
AlberykandGitHub 0c05490891 The End of the World: the Adhomai North Pole (#15905)
* The end of the world as they know it

* The horrors are here

* changelog

* conflict fix
2023-03-07 22:25:53 +00:00
connorjg1andGitHub c81a43633d New clothing for Ta Consulars and Zo'ra Blaster changes (#15921)
* Create vaurca_flag_suit.dmi

* Update head.dmi

* Clothing changes

* fix

* Update unathi.dm

* fix the guns

* delete I

* Fix K'lax

* firearm

* further fixes

* gunkit

* Update gunkit.dm

* Delete gunkit.dm

* gun buff

* changes

* Update unathi.dm

* Update special.dm

* Gun change

* thermic

* blaster fluff and CL

* CL update

* damage test

* 35 damage

* Update special.dm

* recoil test

* delete extra sprite-sheet

* Fix undocumented change
2023-03-04 21:52:19 +00:00
AlberykandGitHub ab44759f82 Adhomai Glow Up (#15746) 2023-02-09 00:22:08 -03:00
RyverStyxandGitHub b57963fa89 Adds Skrell Bandana to Loadout (#15733) 2023-02-07 23:11:53 +01:00
AlberykandGitHub ff229569ae Under the Twin Suns: the S'rand'marr Sector (#15295) 2023-02-02 14:51:06 -03:00
GeevesandGitHub 7886e4830c Helmet Storage Framework (#15615) 2023-01-29 12:46:27 +01:00
AlberykandGitHub 04268b3858 The DPRA enters the scene: the Hailstorm Ship (#15567) 2023-01-19 12:12:38 -03:00
AlberykandGitHub 7ce695b982 Trade Offer: Her Majesty's Mercantile Flotilla Ship (#15513) 2023-01-12 15:21:31 +01:00
YonnimerandGitHub d77d891e01 Adds two new Dionae-themed awayships (#15446) 2023-01-10 18:00:52 +01:00
Wowzewow (Wezzy)andGitHub e7aabb7e14 Standardised Contained Sprites : Now Atomic (#15142) 2022-12-17 12:28:27 +01:00
SleepyGemmyandGitHub 38c261b600 Tweaks Examination Code (#14843) 2022-11-18 12:47:46 +01:00
AlberykandGitHub 501eb4b427 Seize the Stars: the Headmaster (#15033) 2022-11-11 12:05:11 -03:00
SleepyGemmyandGitHub 1981bc34fe Changes Jargon to Nralakk (Sprites) (#14735) 2022-09-01 22:04:07 +02:00
SleepyGemmyandGitHub c1511cbc71 Changes Jargon to Nralakk (#14734) 2022-09-01 21:47:36 +02:00
Wowzewow (Wezzy)andGitHub 197eb2bbaa Vaurca Breeder Resprite (#14368) 2022-07-02 12:26:50 +02:00
LlywelwynandGitHub 39a114c7ec Adds Srom masks, renames Dreamer mantle (#14024) 2022-05-23 12:43:07 +02:00
RyverStyxandGitHub 43d8b65578 Mantle Fix 2.0 and Refactoring Skrell Sprites (#13809) 2022-05-08 15:52:04 +02:00
LlywelwynandGitHub f9f0b2c3d5 Adds zi'pluax mantle, slugger wetsuit to Skrell loadout + minor bugfix (#13715) 2022-05-03 12:11:40 +02:00
AlberykandGitHub 741a7e9707 Adds new accessory and beret options to the Tajara loadout (#13310) 2022-03-06 17:52:34 +01:00
GeevesandGitHub 0ebbdc02f7 Mob Sprite Item Pixelshifting (#12170) 2021-07-16 12:53:43 -03:00
AlberykandGitHub d81d45ad1f Tajara loadout options expansion: literature and badges edition (#11981) 2021-06-02 22:18:42 -03:00
HaydizzleandGitHub 977bed4596 Unabashed Unathi Clothes Update: Part 1 (#11840) 2021-05-08 12:04:23 +02:00
Sierra Brown (SierraKomodo)andGitHub 0aff66e3a9 Add Raakti Shariim loadout items (#11144) 2021-03-02 00:19:53 +01:00
WickedCybsandGitHub 5628f2a2e3 Tweaks Some Tajara Armours and Refluffs Amohdan Gear (#11272) 2021-02-24 14:24:24 +01:00
Matt AtlasandGitHub c30cd94024 Reworks armor damage reduction + armor components + more goodies. (#11106)
Ports Baystation12/Baystation12#27254 and Baystation12/Baystation12#24787 and everything inbetween I guess.

Note that this PR makes guns and armor overall stronger. Lasers also once again do organ damage.
2021-02-14 17:54:45 +02:00
Wowzewow (Wezzy)andGitHub a0c07fa6d5 Departmental Berets (#10391) 2020-11-04 11:22:39 +01:00
GeevesandGitHub 730df53192 Some Sinta Clothes (#10389) 2020-11-02 12:31:41 +01:00
CyantimeandGitHub 1a8940bbd8 Adds defines for species and bodytypes (#9707) 2020-08-24 13:59:24 +02:00
AlberykandGitHub 59a3ed600b Bad Moon on the Rise: A Farewell to Arms edition (#9715) 2020-08-22 11:22:56 +02:00
e28d09f88a description_fluff, description_antag and description_info shortening (#8896)
* description_fluff, description_antag and description_info shortening

* Update wezzy_desc-shit.yml

* Update html/changelogs/wezzy_desc-shit.yml

Co-authored-by: Werner <Arrow768@users.noreply.github.com>

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
2020-05-21 12:45:22 +02:00