Commit Graph

122 Commits

Author SHA1 Message Date
Will 1a0e3aa3e0 Reduce Clumsy Gene's Obnoxious RNG (#19126)
* clumsy rng

* seperate define for this too

* there are very harmful too

* replace with macros

* fixed handling

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2026-02-09 00:18:07 +01:00
Kashargul 8999b9f09b Intent based struggles (#19000)
* intent struggle basic

* .

* .

* .

* scss

* no hover effect

* swap those

* intent based struggling

* dropdown

* .

* .

* .

* .

* show current intent

* .

* .

* .

* up

* also that

* try that

* just resuse where we can

* use a string key

* eh

* yolo

* fine
2026-01-12 23:38:39 +01:00
Cameron Lennox d5849910e5 Begin clickcode attack_self fix (#18797)
* Begin clickcode attack_self fix

Begins the work to make everything call back to parent for attack_self so that signals are sacred.

* Makes MORE things call the attack_self() parent

Yes, I could make special_handling a var on obj/item HOWEVER i want it to be specific so it can be tracked down later and ONLY the objects that use it can be refactored instead of sitting there literally forever and it just becoming 'a thing'.

* Finishes making the rest of attack_self call parent.

As mentioned, things such as 'specialty_goggles' 'special_handling' and the such are only there to help with attack_self until the attack_self is recoded for those items.

* begone foul demon

* some more cleanup

* These

* GOD this was annoying

* yeh

* Fix this

* fLARES

* Thesee too

* toys!

* Even more!

* More fixes

* Even more

* rest of em

* these too

* Update syndie.dm

* hardref clear

* Update code/game/gamemodes/nuclear/pinpointer.dm

* Update code/game/objects/effects/mines.dm

* Update code/game/objects/items/blueprints_vr.dm

* Update code/game/objects/items/blueprints_vr.dm

* Update code/game/objects/items/contraband_vr.dm

* Update code/game/objects/items/crayons.dm

* Update code/game/objects/items/crayons.dm

* Update code/game/objects/items/gunbox.dm

* Update code/game/objects/items/gunbox.dm

* Update code/game/objects/items/gunbox_vr.dm

* Update code/game/objects/items/gunbox_vr.dm

* Update code/game/objects/items/weapons/gift_wrappaper.dm

* Update code/game/objects/items/crayons.dm

* Update code/game/objects/items/crayons.dm

* Update code/game/objects/items/gunbox.dm

* these too

* Update maintpanel_stack.dm

* angry warning

* Fixes packaged snacks.

Fixes improper var default.

* Special handling for these

* proper poly types

* Fixes magclaws

Makes the 'features' it had just part  of base magboots that can be adjusted via varswap.

* Fixes jackets

Fixes https://github.com/VOREStation/VOREStation/issues/18941

* Small bugfix

Makes p_Theyre properly capitialize
Makes examine show proper wording

* Update gift_wrappaper.dm
2025-12-29 13:21:10 -05:00
Kashargul 4f1588b5a8 Medigun Port (#18079)
* Medigun Port

* order

* error on that

* Medgunportupdate (#16)

* Automatic changelog for PR #18444 [ci skip]

* no encode here (#18445)

* digi & sleeveless bodysuits (#18424)

* Automatic changelog for PR #18424 [ci skip]

* Incredibly minor capsule fixes (#18436)

* Swaps fighter landing gear raise/lower command wordings (#18443)

* Swaps fighter landing gear raise/lower command wordings

* what the fuck mech code???

* Automatic changelog for PR #18443 [ci skip]

* Adds some digi sprites for some clothes (#18447)

* Automatic changelog for PR #18447 [ci skip]

* clothing _vr dmi cleanup: hats and headwear [IDB IGNORE] (#18348)

* _vr dmi cleanup: backpacks, bags, and belts

* _vr dmi cleanup: backpacks, bags, and belts

* dmi cleanup: ears/headsets

* clothing _vr dmi cleanup: hats and headgear

* Update rig_pieces.dm

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18348 [ci skip]

* Automatic changelog compile [ci skip]

* Upport pursuit teshari rig helm sprite (#18448)

* Automatic changelog for PR #18448 [ci skip]

* Archives some old icon, fixes gorka icons (#18449)

* Automatic changelog for PR #18449 [ci skip]

* Fixes beds and sofa in hotsprings redgate, makes Tether research outpost dorms dorm-worthy (#18419)

* Fixes beds and sofa in hotsprings redgate, makes Tether research outpost dorms dorm-worthy

* actually fuck it give em a proper area and privacy switches too

* also this is a double bed now too

* Fixup maps in TGM format

03b8ced842: maps/tether/tether-07-solars.dmm

Automatically commited by: tools\mapmerge2\fixup.py

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18419 [ci skip]

* Disposal Connector Component (#18431)

* looks like we're just recoding disposals entirely lol

* wip

* fixes

* doc

* code cleanup

* define use

* use doafter

* disposal flooring breaks now properly drop floor sheets

* Moved disposal mail tag to packet init instead of before it

* modernization

* cleans up overrides that shouldn't exist

* more cleanup

* Update code/modules/recycling/disposal_holder.dm

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Update code/modules/recycling/disposal_holder.dm

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Update code/modules/recycling/disposal_machines.dm

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18431 [ci skip]

* gorka archiving (#18450)

* Automatic changelog for PR #18450 [ci skip]

* Adds cafe capsule to research tiers because I accidentally left them out (#18451)

* Fix these maps (#18452)

* using accessories no longer drops items on spawn (#18453)

* fixes accessory dropping items on spawn

* up that

* Automatic changelog for PR #18452 [ci skip]

* Automatic changelog for PR #18453 [ci skip]

* list access fix (#18438)

* Automatic changelog for PR #18438 [ci skip]

* Whitelist update (#18417)

Co-authored-by: Tost <Tost>

* JSON Logging Refactor (#18252)

* First pass

* fixes

* more fixes

* num2hex length changes

* pass 2

* fixed warning

* looc log fix

* .

* update tgui

* .

* .

* .

* .

* perttier

* cleanup

* .

* .

* fix token

* no

* .

* .

* .

* ,

* modsay eventsay

* .

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>

* Automatic changelog for PR #18252 [ci skip]

* Fixes looc log category (#18459)

* Automatic changelog for PR #18459 [ci skip]

* fix bad persistent client handling (#18460)

* Automatic changelog for PR #18460 [ci skip]

* fix attacak logging (#18461)

* Automatic changelog for PR #18461 [ci skip]

* Power Outage Buffs (#18457)

* Power Outage Buffs

Added emergency door releases to autoresleever rooms.
Changed autoresleevers to still work without power.
Added short range radios (off by default) to emergency supply boxes.
Changed APCs to allow the cover to be opened by anyone beneath 15% charge.

* Update stellar_delight3.dmm

Gives APCs on the SD comms rooms more charge. Seems tether already has these.

* Update stellar_delight3.dmm

* Automatic changelog for PR #18457 [ci skip]

* Automatic changelog compile [ci skip]

* more target (#18486)

* Automatic changelog for PR #18486 [ci skip]

* Automatic changelog compile [ci skip]

* Mop do_after multi use
 (#18485)

* Mop do_after

Makes mop do after allow multiple uses

* Update mop.dm

* fixes

* Gets rid of these unused vars

* cleanup

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>

* Automatic changelog for PR #18485 [ci skip]

* Added missing complexities and added bugfixes (#18427)

* Automatic changelog for PR #18427 [ci skip]

* Fixes holo collars not rendering when worn on suit slot (#18437)

* Automatic changelog for PR #18437 [ci skip]

* clean up flags (#18439)

* clean up flags

* wtf?

* pass it

* .

* ...

* .

* .

* fix retrace

* .

* .

* properly build

* eh static

* .

* .

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18439 [ci skip]

* Rotatable Atom Element (#18440)

* initial work

* a much better way of doing this

* these are needed

* minimize change

* nope

* missing elements

* whitespace

* species cases

* reduce pasta in ghosts

* more small fixes

* fixes for windows and inventory

* unneeded

* protected

* circulator uses examine

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18440 [ci skip]

* Moves destroy_on_drop to TG style and adds signal (#18454)

* to tg style

* unify drop proc

* protection and logging on qdeleted item pickup

* prevent stripping items from the inventory menu too

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18454 [ci skip]

* ship names update (#18456)

* Automatic changelog for PR #18456 [ci skip]

* swapadoodle (#18482)

* Automatic changelog for PR #18482 [ci skip]

* adds xenotail vwag option (#18477)

Co-authored-by: Aroliacue <avaylaiss34@gmail.com>

* Automatic changelog for PR #18477 [ci skip]

* Adds a miniature description to the paperwork dispenser (#18478)

* Automatic changelog for PR #18478 [ci skip]

* Instrument Update (#18483)

* Instrument Update

* View fix

* fix lint warnings

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>

* Automatic changelog for PR #18483 [ci skip]

* Adds card searching/retrieval to card decks (#18488)

* Adds card searching/retrieval to card decks

* woopsie I thought I fixed that already

* I am so sorry for my trash code lmaooo

* oops forgot that-

* SOBBING VIOLENTLY I MISSED THAT TOO

* Also maybe good to have an improper check in the visible messages

* Automatic changelog for PR #18488 [ci skip]

* sleeper forcemove (#18491)

* fix bad ssprocesing (#18487)

* Automatic changelog for PR #18491 [ci skip]

* Automatic changelog for PR #18487 [ci skip]

* Reshades Mercenary Modular Armor Pieces (#18489)

* Automatic changelog compile [ci skip]

* Reshades Merc Modular Armor

---------

Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
Co-authored-by: Aroliacue <avaylaiss34@gmail.com>

* Automatic changelog for PR #18489 [ci skip]

* Bird up. Added 3 cawing emotes for the crows lover (#18469)

* Adds crow caws. 2 single versions, and one where you caw multiple times.

* Added copyright information for the 2 sounds

* Also adds GWAH

* Automatic changelog for PR #18469 [ci skip]

* jetpacks in zero G should hold you up (#18473)

* Automatic changelog for PR #18473 [ci skip]

* Consts (#18455)

* Gets rid of this const

* Unused const

* Update forensics.dm

* Drinks defines

* uNUSED

* Update Keywords.dm

* Update Keywords.dm

* Add

* yar

* Fingerprint

* Automatic changelog for PR #18455 [ci skip]

* Gives internal organs passive regeneration (#18470)

* Organ heal

* Changes

* Use the config

* Automatic changelog for PR #18470 [ci skip]

* Caw addon (#18497)

* Add an implantable health scanner (#18465)

* Add an health scanner implant. Corrects slight naming mistakes of nearby implants.

* Makes it craftable + advanced

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18465 [ci skip]

* Automatic changelog compile [ci skip]

* drinky tweaks (#18466)

* Automatic changelog for PR #18466 [ci skip]

* barricade breakthrough (#18474)

* barricade breakthrough

* fire deals more

* Automatic changelog for PR #18474 [ci skip]

* Adds the loincloth to the loadout options (#18490)

* Automatic changelog for PR #18490 [ci skip]

* Vomit fixes (#18468)

* Vomit fixes

* Guti abused span_userdanger again

* Automatic changelog for PR #18468 [ci skip]

* Fixes a medical chem not taking species chem strength into account (#18496)

Fixes a medical chem not taking species chem strength into account

* Automatic changelog for PR #18496 [ci skip]

* op21 cosmetics (#18475)

* Automatic changelog for PR #18475 [ci skip]

* Automatic changelog compile [ci skip]

* Some Additional Hanner Beast Forms (#18503)

Added the following forms to beast form for hanner and lleill: Hyena, Lion, Reindeer, Armadillo and Slug.

I have considered more fanciful things like unicorns and gryphons, but for now we'll just keep it simple with normal animals.

* Automatic changelog for PR #18503 [ci skip]

* Service borg buffs + QoL (#18502)

* Service borg buffs + QoL

* oops forgot to lowercase that one

* wait this would double-spam balloon alerts theoretically so-

* Fix resin doors not being breakable (#18495)

* Fix resin doors not being breakable

* Update simple_doors.dm

* Automatic changelog for PR #18502 [ci skip]

* Automatic changelog for PR #18495 [ci skip]

* Automatic changelog compile [ci skip]

* Port /datum/status_effect and convert wetness and fire stacks to it (#18180)

* Port /datum/status_effect system

* Port fire stacks to status_effects

* Fixes and adjustments to wetness

* One last little thing

* Fixes these compile errors

A few things on the backend got updated...Adjusts them here.

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18180 [ci skip]

* Extra bartender slot (#18505)

Added an extra bartender slot on request.

Reasoning is that it's one of the most social roles and keeps other people moving socially too. However, it's also a very common one for the players to vanish to do scenes, which we don't want to discourage. Instead, letting another person in to fill the role in the meantime is perfect. This already works fine on the tether where there are 3 bars (4 if you include the maint one). SD will still need to share a bit though, or get creative, not really a biggie.

* Automatic changelog for PR #18505 [ci skip]

* runtime viewer fixes (#18512)

* Automatic changelog for PR #18512 [ci skip]

* Implements Autowiki (#18480)

* Implements Autowiki

* Disable autowiki for vending machines for now

* Automatic changelog for PR #18480 [ci skip]

* Negative trait point changes. (#18509)

Changed some of the negative traits point values, primarily as they give so many points relative to the small cost of positive traits:
Low Blood Volume from 3 to 2 and the extreme version from 5 to 3. These are serious, but they're reasonably in-line with other serious weakness traits.
Reduced biocompatibility 2->1, 4->2, 8->4. These are really not that much of an issue, if you are in medbay getting treated, it just means they need to stick you with a couple extra syringes and rarely actually causes a problem other than taking a couple more minutes. 4 points is still a lot.
Ambulant Blood 1 to 0, this has no effect at all here where changelings are never a risk.

* Automatic changelog for PR #18509 [ci skip]

* Adds new sprites for some guns, consolidates _vr file [IDB IGNORE] (#18306)

* Adds new sprites for some guns, consolidates _vr file

CHANGED:
Captains laser new sprite: https://i.imgur.com/LbelowO.png
Energy gun new sprite: https://i.imgur.com/0KSAIEW.png
Nagant new sprite: https://i.imgur.com/6BtQdO6.png
Makarov new sprite: https://i.imgur.com/ojBjcwb.png
SecGun new sprite: https://i.imgur.com/snhIhB7.png
StunRevolver new sprite: https://i.imgur.com/2Iy29CH.png (The vintage stun revolver still exists, so the old sprite is still accessible)

* Shrink netgun

* Automatic changelog for PR #18306 [ci skip]

* Automatic changelog compile [ci skip]

* Moves a few icons out of the archives (#18516)

* Moves a few icons out of the archives

Used downstream

* yea

* Update gun.dmi

* Update gun.dmi

* Fluff icon fixes [IDB IGNORE] (#18420)

* Move unused icons

* Fixes a LOT of icons

* Fixes this cloak

* Fixes these as well

* These too

* More fixes

* Last fixes

* Automatic changelog for PR #18420 [ci skip]

* Whitelist update (#18506)

Approved here: https://forum.vore-station.net/viewtopic.php?p=14347#p14347

* adds missing icon (#18521)

* Automatic changelog for PR #18521 [ci skip]

* icon and prefab (#18530)

* Automatic changelog for PR #18530 [ci skip]

* Landmine fixes (#18532)

* mine updates

* correct var

* disposal atom flushed signal (#18527)

* Automatic changelog for PR #18532 [ci skip]

* use em (#18522)

* Automatic changelog for PR #18527 [ci skip]

* Automatic changelog for PR #18522 [ci skip]

* corrected bag (#18524)

* Automatic changelog for PR #18524 [ci skip]

* sloog (#18526)

* Automatic changelog for PR #18526 [ci skip]

* forcemove (#18528)

* allow precision item placement on casino table (#18525)

* allow precision on casino table

* need these

* Automatic changelog for PR #18528 [ci skip]

* Automatic changelog for PR #18525 [ci skip]

* Addiction Withdrawal Shown On Body Scanners (#18531)

* show withdrawals on body scanner

* better text

* Automatic changelog for PR #18531 [ci skip]

* scanner (#18518)

* Automatic changelog for PR #18518 [ci skip]

* borer can't do that (#18520)

* Automatic changelog for PR #18520 [ci skip]

* [Fluff Item] Modifies Holly's custom capsule shelter (#18493)

* Alphabetically sorts hanner/lleil beast form list (#18515)

* Alphabetically sorts hanner beast form list

* Actually let's label some of these too!

* oops lol

* fuck

* oops missed this one in the hanner list

* and this one FUCK

* Automatic changelog for PR #18515 [ci skip]

* tracking implant uses mob (#18517)

* Automatic changelog for PR #18517 [ci skip]

* Belt holders (#18535)

* Automatic changelog for PR #18535 [ci skip]

* Maglev track tweaks (#18529)

* tweaks

* better

* Automatic changelog for PR #18529 [ci skip]

* Cyborg gambling buffs (#18508)

* Cyborg gambling buffs

* I'M ALWAYS FORGETTING THIS ABOUT BALLON ALERTS

* Improves quality of roll sound

* fuck wrong audio quality setting lmao

* Automatic changelog for PR #18508 [ci skip]

* Adds Coroner as an alternative title for medical doctors (#18492)

* Automatic changelog for PR #18492 [ci skip]

* Dragon Plushie Upport (#18523)

* Upport dragon plushies

* Whoops, forgot the icons

* Add to loadout blacklist

* Automatic changelog for PR #18523 [ci skip]

* general command selector (#18501)

* Automatic changelog for PR #18501 [ci skip]

* Automatic changelog compile [ci skip]

* moves law outputs to a block (#18513)

* moves law outputs to a block

* eh

* .

* urg

* ,

* wtf

* .

* Update _sheets.dm

* Automatic changelog for PR #18513 [ci skip]

* ling and defines (#18537)

* Adds logging to bear traps (#18533)

* THE LOGS

* .

* Update

* Automatic changelog for PR #18537 [ci skip]

* Automatic changelog for PR #18533 [ci skip]

* Fix this (#18544)

* Automatic changelog for PR #18544 [ci skip]

* Even STRICTER reaction unittest (#18542)

* none shall hide

* agony

* what?

* baddef

* test all

* fix

* all of them

* actually fail

* blocker

* what

* test

* these are hard lockups anyway

* better test

* better

* buh

* nope

* another

* logging

* logging

* I'm a raving madman

* anotherfix

* undef

* lets try this

* how about this

* this it?

* alright this

* oops

* limit log

* force it

* condense

* Condensing more

* another

* wat

* oop

* fix

* test agent

* test 2

* what about this

* testing

* tied this in correctly

* try now

* oops again

* try this

* inhibitors

* virus mix

* move to a real useful signal

* test

* Revert "test"

This reverts commit 40d05e9351.

* order

* unnneeded

* minimize diff

* Automatic changelog for PR #18542 [ci skip]

* Automatic changelog compile [ci skip]

* grab fix (#18547)

* Automatic changelog for PR #18547 [ci skip]

* Gives the borg service fabricator all radial menus (#18538)

* Makes borg serivce fabricator use all radial menus

* last minute fixes, my specialty!

* Reduces radial menu radius to 40

* Automatic changelog for PR #18538 [ci skip]

* Shibari! (#18514)

* Shibari!

Added a new scene item, shibari bindings!
These by default only cover the torso, but by clicking on them in your hands, they can also be set to bind arms and legs, acting in a similar way to handcuffs. They are worn in the suit slot.

They can be found in the costume vendors, maint and the restraints crate from cargo.

They have sprites for humanoid mobs and digitigrade legs, but not tesh yet.

* Fix mistake

Fixes error in previous commit

* Update code/game/objects/items/weapons/handcuffs.dm

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>

* Update code/modules/mob/living/carbon/human/human.dm

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>

* Make these defines to prevent copy paste errors

---------

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18514 [ci skip]

* Customizable dragon plushie! (#18534)

* Add customizable plushie

* Add wing underside

* Add description

* Add to loadout blacklist

* Change ' to "

* Fix typo, add name to GUI

* Fix indentation

* Fix indentation (again)

* clean up the DM code

* initial cleanup

* won't work yet

* .

* initial styling

* that really shouldn't be tick updated

* handle import

* proper stack sizes

* stacking

* typos

* rm comment

* Update OverlaySelector.tsx

* Update PlushEditor.scss

* Minor tweaks

* Wawa

* please make sure biome is setup

* rm unused props

* cache user

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>

* Automatic changelog for PR #18534 [ci skip]

* dependency up (#18549)

* dependency up

* tgs

* obj screen to atom movable screen (#18434)

* obj screen to atom movable screen

* .

* Automatic changelog for PR #18434 [ci skip]

* fixes one of my first ever coding sins here (#18412)

* fixes one of my first ever coding sins here

make it explicit

naming

fix that ancient bug too

confirm

sane

.

.

move it up

better

keep it there

only color objects

.

properly reset on bad values

.

urg

.

* ,

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18412 [ci skip]

* Automatic changelog compile [ci skip]

* Tethered Item Component (#18499)

* tethered component

* can't do that

* visible_message should always show

* forbid storing

* catching some small issues

* visible message is fighting a bit too much

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18499 [ci skip]

* various map related features (#18510)

* various map related features

* add icons

* tick da file

* adds no docking codes var

* cetus plaques

* switch to weakref

* annihilate single letter refs and such

* fixes after testing

* reverse an oopsy

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18510 [ci skip]

* Makes poker chips half scale (#18550)

* Automatic changelog for PR #18550 [ci skip]

* Automatic changelog compile [ci skip]

* Modernizing doors (#18511)

* the agony begins

* fixes

* signaling

* removed remaining attempt_vr

* corrected behaviors

* keep the history

* oop

* wording

* filter for intent here

* oop

* no harm in these either

* Update code/_onclick/item_attack.dm

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Get rid of old procs

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18511 [ci skip]

* Automatic changelog compile [ci skip]

* Turf slip component [NEEDS TESTING] (#18057)

* turf slip component

* remove magic numbers

* don't dupe timers

* Water fix, lube buff

* fix

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>

* Automatic changelog for PR #18057 [ci skip]

* Upports Churros (#18553)

* churros

* Remove sin

* Oops!

* Automatic changelog for PR #18553 [ci skip]

* adds sexes (#18551)

* Automatic changelog for PR #18551 [ci skip]

* Automatic changelog compile [ci skip]

* remove dead proc (#18562)

* Automatic changelog for PR #18562 [ci skip]

* a few more changes related to map (#18557)

* we got a thing

* use flags

* makes it betterer

* Automatic changelog for PR #18557 [ci skip]

* Luckier 7 event map content + Card deck init improvement/bugfixing (#18561)

* Starts da map

* more areas!!

* adds big sized casino card deck

* moar rooms

* VIOLENTLY VOMITS UP A DIFFERENT DESIGN

* let's give the main floor more STUFF also these should be normal rwalls

* moar place....

* Good for the Tost-Pass now I think

* TAAAABLLLLLLLLLLE!!!

* Adds dorm areas

* DELETES the repo's map because tost has her finished copy of the map saved externally on her PC now!!

* Adds credits for audio sources in sound file metadata

* ... oops

* sound credits

* greatly cleans up card generation code and fixes some jank

* Automatic changelog for PR #18561 [ci skip]

* Fixes Lucky 7 map needing power (oops) (#18566)

* Fixes Luck 7 map needing power (oops)

* WAIT IT WAS MISSING LIGHTNG AND GRAVITY TOO?!

* fix vorepanel button for AI (#18555)

* fix vorepanel button for AI

* .

* this can be null

* fix balloon alert for wide icons

* Resprites casino chips (#18558)

* Automatic changelog for PR #18555 [ci skip]

* Automatic changelog for PR #18558 [ci skip]

* Lore Pamphlet for new players (#18564)

Added a new lore pamphlet for new players, which covers the most essential lore and gives an immediate understanding of how the world works. This automatically spawns in their hand until they've been here for 10 days old.

* Automatic changelog for PR #18564 [ci skip]

* Automatic changelog compile [ci skip]

* Strips byondUI procs not needed for TGUI interaction (#18563)

* all of these are moved to tgui

* still uses topic

* uses topic

* uses topic

* not needed

* Automatic changelog for PR #18563 [ci skip]

* Gatorsnout (#18536)

* oh man idfk this SHOULD work

* small stylistic change

* trailing newline (what, okay)

* Update .gitignore

Please don't just edit that file. Tools is supposed to be on the repo even

---------

Co-authored-by: Bandit <queenjess521@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>

* Automatic changelog for PR #18536 [ci skip]

* Improved Smes Map Upgrades (#18467)

* fixing oldcode

* fix

* proc fix

* this is a prefab anyway

* qdel fix

* Automatic changelog for PR #18467 [ci skip]

* Oil and blood with no dna can be streaked again (#18559)

* bloodyshoes

* safety

* that needs a db, so check if it actually was set (#18569)

* Automatic changelog for PR #18559 [ci skip]

* Automatic changelog for PR #18569 [ci skip]

* fix organ deletion (#18572)

* Automatic changelog for PR #18572 [ci skip]

* Fixes invisibility potions (#18565)

* Fixes invisibility potions

Fixed invisibility potions being able to spawn in fruit.
Cleaned up some missing reagent defines for glamour potions.

* Fix thingies

* Oopsies

* Automatic changelog for PR #18565 [ci skip]

* ports and fixes TG's keycombo input (#18573)

* ports and fixes TG's keycombo input

* .

* .

* cleaner

* .

* Automatic changelog for PR #18573 [ci skip]

* Fluff item flute (#18571)

Approved: https://forum.vore-station.net/viewtopic.php?p=14361#p14361

* Automatic changelog compile [ci skip]

* Load alien/job whitelists from database, if enabled (#17952)

* Load alien/job whitelists from database, if enabled

* SQL Template for Table

* Fixes

* Commands

* .

* .

* fix

* cannot be a list

* .

* .

* embed

* .

* .

* query test

* query test

* query test

* .

* fix

* Automatic changelog for PR #17952 [ci skip]

* Door after_attack behavior fix (#18576)

* these need handling

* fix

* respect attackby behavior

* Automatic changelog for PR #18576 [ci skip]

* Adds a few new sprites (#18578)

* start this for latr

* adds new markings

* removes stray palette

* changes a few shades i dislike

* fix the dang dme

* i haaaaaaaaaaate dreammaker

* why do you do this

* Unarchives Halo Shotgun (#18579)

* Automatic changelog for PR #18578 [ci skip]

* Remove it from the archive as well for clarity's sake (#18580)

* Medigun stuffs

* oops

---------

Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com>
Co-authored-by: Jenny <ghosttehspychecka@gmail.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: TheToaster98 <51209769+TheToaster98@users.noreply.github.com>
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: Aura Dusklight <46622484+NovaDusklight@users.noreply.github.com>
Co-authored-by: Aroliacue <96730930+Aroliacue@users.noreply.github.com>
Co-authored-by: Aroliacue <avaylaiss34@gmail.com>
Co-authored-by: nesquik <24830358+lbnesquik@users.noreply.github.com>
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: MeepleMuncher <76881946+MeepleMuncher@users.noreply.github.com>
Co-authored-by: Olive <49600480+zeskorion@users.noreply.github.com>
Co-authored-by: shybandit5213 <shybandit5213@gmail.com>
Co-authored-by: Bandit <queenjess521@gmail.com>

* Delete html/changelogs/AutoChangeLog-pr-17952.yml

* Delete html/changelogs/AutoChangeLog-pr-18576.yml

* Delete html/changelogs/AutoChangeLog-pr-18578.yml

* medfix (#19)

* Adjust (#20)

* Update medigun_backpack.dm

---------

Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com>
Co-authored-by: Jenny <ghosttehspychecka@gmail.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: TheToaster98 <51209769+TheToaster98@users.noreply.github.com>
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: Aura Dusklight <46622484+NovaDusklight@users.noreply.github.com>
Co-authored-by: Aroliacue <96730930+Aroliacue@users.noreply.github.com>
Co-authored-by: Aroliacue <avaylaiss34@gmail.com>
Co-authored-by: nesquik <24830358+lbnesquik@users.noreply.github.com>
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: MeepleMuncher <76881946+MeepleMuncher@users.noreply.github.com>
Co-authored-by: Olive <49600480+zeskorion@users.noreply.github.com>
Co-authored-by: shybandit5213 <shybandit5213@gmail.com>
Co-authored-by: Bandit <queenjess521@gmail.com>
2025-12-10 16:38:40 +01:00
Cameron Lennox 4924a73ba2 Start of TG Click Code Port (#18734)
* click code start

* snake_span

* Update click.dm

* Update click.dm

* Update click.dm

* Update click.dm

* Fixes borg ctrl_click

Also implements allowing  blocking of items being ctrl_clicked

* Makes the statpanel not annihilate peoples ratelimiter

Statpanel calls aren't really user controlled (and 180 of them get sent upon loading, as each verb counts as a topic calls when it calls Send-Tabs) so let's not count it towards the user when they log in.
2025-12-06 01:13:12 -05:00
Cameron Lennox a425f3e663 EMP cleanup (#18682) 2025-11-08 02:05:08 +01:00
Guti 8a1a482c2b Removes Gender (#18628)
* Removes Gender

* Adds herm back
2025-10-14 18:34:35 -07:00
Will f37704a648 fixed (#18583) 2025-10-01 22:44:38 +02:00
Kashargul 45bd1930ec obj screen to atom movable screen (#18434)
* obj screen to atom movable screen

* .
2025-09-22 00:31:30 +02:00
Will 1fe94df762 Moves destroy_on_drop to TG style and adds signal (#18454)
* to tg style

* unify drop proc

* protection and logging on qdeleted item pickup

* prevent stripping items from the inventory menu too

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
2025-09-14 05:27:24 -04:00
Cameron Lennox d73f6b8dbd Makes uses of do_after sane (#18334)
* Prevents insta-actions

* Do_after sanity

NOTE: NUKE do_after_action

* Update bonfire.dm

* The  rest of them

Also fixes a tpyo

* no minitest :)

* .

* .

* Gets rid of the slowdown for now

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-09-08 02:25:08 +02:00
Cameron Lennox 84dc5535dc var/global/list -> GLOB. conversion (#17928)
* These two are easy

* !!!runlevel_flags

the fact it was global.runlevel_flags.len has me a bit...iffy on this.

* !!!json_cache

Same as above. used global.

* player_list & observer_mob_list

* mechas_list

* this wasn't even used

* surgery_steps

* event_triggers

* landmarks_list

* dead_mob_list

* living_mob_list

* ai_list

* cable_list

* cleanbot_reserved_turfs

* listening_objects

* silicon_mob_list

* human_mob_list

* Update global_lists.dm

* joblist

* mob_list

* Update global_lists.dm

* holomap_markers

* mapping_units

* mapping_beacons

* hair_styles_list

* facial_hair_styles_list

* Update global_lists.dm

* facial_hair_styles_male_list

* facial_hair_styles_female_list

* body_marking_styles_list

* body_marking_nopersist_list

* ear_styles_list

* hair_styles_male_list

* tail_styles_list

* wing_styles_list

* escape_list & rune_list & endgame_exits

these were all really small

* endgame_safespawns

* stool_cache

* emotes_by_key

* random_maps & map_count

* item_tf_spawnpoints

* narsie_list

* active_radio_jammers

* unused

* paikeys

* pai_software_by_key & default_pai_software

* plant_seed_sprites

* magazine_icondata_keys  & magazine_icondata_states

* unused

* ashtray_cache

* light_type_cache

* HOLIDAY!!!

this one was annoying

* faction stuff (red?!)

* Update preferences_factions.dm

* vs edit removal

* backbaglist, pdachoicelist, exclude_jobs

* item_digestion_blacklist, edible_tech, blacklisted_artifact_effect, selectable_footstep, hexNums, syndicate_access

* string_slot_flags and hexdigits->hexNums

* possible_changeling_IDs

* vr_mob_tf_options

* vr_mob_spawner_options

* pipe_colors

* vr_mob_spawner_options

* common_tools

* newscaster_standard_feeds

* Update periodic_news.dm

* changeling_fabricated_clothing

* semirandom_mob_spawner_decisions

* id_card_states

* Update syndicate_ids.dm

* overlay_cache & gear_distributed_to

* more

* radio_channels_by_freq

* Update global_lists.dm

* proper

* default_medbay_channels & default_internal_channels

default_internal_channels is weird as it has a mapbased proc() but that proc is never called...

* valid_ringtones

* move this

* possible_plants

* more

* separate these

moves xeno2chemlist from a hook to a new global list.

* tube_dir_list

* valid_bloodreagents & monitor_states

* Junk

* valid_bloodtypes

* breach_burn_descriptors & burn

* more!!

appliance_available_recipes seems uber cursed, re-look at later

* Appliance code is cursed

* wide_chassis & flying_chassis

* allows_eye_color

* all_tooltip_styles

* direction_table

* gun_choices

* severity_to_string

* old event_viruses

* description_icons

* MOVE_KEY_MAPPINGS

* more more

* pai & robot modules

* Update global_lists.dm

* GEOSAMPLES

Also swaps a .len to LAZYLEN()

* shieldgens

* reagent recipies

* global ammo types

* rad collector

* old file and unused global

* nif_look_messages

* FESH

* nifsoft

* chamelion

* the death of sortAtom

* globulins

* lazylen that

* Update global_lists.dm

* LAZY

* Theese too

* quick fix

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-07-14 20:14:31 +02:00
Selis 21dcf0555b Conversion many Globals to Managed Globals (Part 1) (#17121)
* Conversion of some Globals to Managed Globals

* Fix

* for later

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-04-17 14:16:53 -04:00
Kashargul d3b7ba8b43 next new to init (#17400)
* next new to init

* .

* this needs thorough testing

* .

* needs an istype

* also vnotice

* mvoe to defines
2025-03-24 06:18:39 -04:00
Kashargul 4f8e9f7ef8 some more new to init (#17231)
* some more new to init

* rigs

* rigs

* intellisense moment

* telcoms and landmarks

* fix that as well

* some more minor things

* re add missing message

* fix trash eating...
2025-03-01 13:39:52 -05:00
Kashargul c0e339b1ea ports tgui color input from bubbers (#16934)
* ports tgui color input from monkeystation

* .

* push that real quick

* .

* .

* cleanup

* fix for 516

* port bubbers pre set selection

* also this

* allow 20 saved states

* oups

* regex replace

* urg

* use the update by type

* .

* .

* highlight?

* larger?

* fix those

* keep anyone below 516 on old style
2025-01-21 18:27:45 -05:00
Killian d7c77e2342 Update shock_maul.dm (#16925) 2025-01-21 16:09:45 -05:00
Kashargul e6062e6210 cleanup 2025-01-07 21:54:58 +01:00
Kashargul d9fc7dac70 should call parent 2025-01-06 21:25:36 +01:00
Kashargul 0436afea65 some dropped sanity 2025-01-06 21:14:40 +01:00
Kashargul 59b9802628 some istype to macros (#16826) 2025-01-06 06:45:02 +10:00
Kashargul 49d89c0059 usr to user up to player effects 2024-11-12 00:10:20 +01:00
SatinIsle b7d77d7245 Hammers for hurting people (#16569)
* Hammers for hurting people

Added a new dark variant of the squish hammer that breaks every bone in the targets body and shoots out blood. Unfortunately they will become unsquished when they fall over, but still gets a nice initial squeeze!

Added a simple claw hammer weapon that I have plans for in an upcoming event. Strong melee weapon that easily breaks down windows and barricades, but also has a high chance of breaking any bones that it hits.

* Just a friendly little warning to my fellow staff :)
2024-11-09 15:36:15 +01:00
Kashargul a2c673ab7a refactors most spans 2024-10-02 21:10:31 +02:00
Guti 409aaba802 Remove 2024-09-09 02:36:53 +02:00
Drathek 7c8bb85de3 Whitespace Standardization [MDB IGNORE] (#15748)
* Update settings

* Whitespace changes

* Comment out merger hooks in gitattributes

Corrupt maps would have to be resolved in repo before hooks could be updated

* Revert "Whitespace changes"

This reverts commit afbdd1d844.

* Whitespace again minus example

* Gitignore example changelog

* Restore changelog merge setting

* Keep older dmi hook attribute until hooks can be updated

* update vscode settings too

* Renormalize remaining

* Revert "Gitignore example changelog"

This reverts commit de22ad375d.

* Attempt to normalize example.yml (and another file I guess)

* Try again
2024-02-20 11:28:51 +01:00
Enzo-Leon f5cc531bb9 Feedback adjustments for improved sentence structue. 2023-10-02 12:27:31 -07:00
Enzo-Leon f13f395db7 Altevian Adjustments - Descriptions & Small Tweaks 2023-10-02 11:40:19 -07:00
Heroman 9a94306585 Refactors tool typechecks, refactors transforming tools, makes Altevian wrench into one 2023-10-01 09:34:43 +10:00
Killian 1c1e60c60a Update shock_maul.dm 2023-04-14 09:22:58 +01:00
Killian 3ac69a355c Update shock_maul.dm
move AP handling as well just to be safe
2023-04-10 13:39:21 +01:00
Killian 6d026020d7 Update shock_maul.dm 2023-04-10 13:27:17 +01:00
Killian 222f679dae concussion maul pt4 2023-04-10 13:24:17 +01:00
Killian f1c168faa2 concussion maul pt3 2023-04-10 07:53:15 +01:00
Killian 5c1bdee75e Update shock_maul.dm
message cleanup
2023-04-10 01:45:39 +01:00
Killian 6105365066 concussion maul pt2 2023-04-10 01:25:03 +01:00
Killian ad53fd8f6f concussion maul 2023-04-08 09:24:45 +01:00
Killian d85d9306df melee weapon info on examine 2023-03-12 03:12:21 +00:00
Heroman 10596cfb1b Adds a ton mroe altevian stuff 2022-09-21 14:59:26 +10:00
Novacat 1aa4c73e8d Revert "[MIRROR] /atom New() => Initialize() [MDB IGNORE]" 2022-08-27 08:49:56 -04:00
MistakeNot4892 d717a4b50a Merge branch 'master' of https://github.com/VOREStation/VOREStation into upstream-merge-8298 2022-08-25 14:26:20 +10:00
Poojawa 2f41233382 get_random_colour() now prepends a # (#13423)
* get_random_colour() now prepends a #

* Sleepy edits bad.
2022-07-31 14:09:00 -04:00
MistakeNot4892 3f9af78f3a /atom New() => Initialize() [MDB IGNORE] 2021-11-14 03:09:51 -05:00
MistakeNot4892 0cea9c35a6 Remove suicide act 2021-10-27 20:35:12 -04:00
Ghost Actual 0085a5bd10 Adds more clothing from Polaris and various sources (#11546)
* Base Commit

* Secondary Commit

* Small Addition

* Small Fix

* Yet another Commit

* small fix

* Small Fix

* Small Addition

* More Commit

* I don't know how to stop

* ushanka

* Small Fix

* *aaaaaaa*

* another add-on

* Small Fix

* Revert "Small Fix"

This reverts commit e674b81a0ddee893c6aa2dcdb92040040677351a.

* Conflict Fixes

* Revert "Conflict Fixes"

This reverts commit 1af644bdca.

* Conflict Fix 2
2021-09-27 14:31:10 -04:00
MarinaGryphon 577b986ba6 Convert some bools to TRUE/FALSE instead of 1/0. (#11100)
Co-authored-by: Aronai Sieyes <arokha@arokha.com>
2021-07-16 13:43:25 -04:00
Aronai Sieyes 0da0c54388 Convert almost all alert() to tgui_alert() 2021-06-25 17:03:35 -04:00
Aronai Sieyes 70bff20384 Normalize alert() calls 2021-06-25 14:27:14 -04:00
Neerti 767e655310 Linter Introduction + Cleanup 2021-05-25 23:19:34 -04:00
David Winters 853ed259bf Update misc_vr.dm 2021-04-12 13:12:20 -04:00