warriorstar-orion
6c2aa06eb3
VV refactor: dropdown actions. ( #29673 )
...
* VV refactor: dropdown actions.
* helps if it builds
* append to list cuz we have multiple separators
* fix datumrefresh
* tiny cleanup
* fix jump to turf
* Apply suggestions from code review
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* Apply suggestions from code review
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* fix typo
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
2025-07-09 14:33:47 +00:00
kyunkyunkyun
0c213a045b
Update neutral_traits.dm ( #29704 )
2025-07-07 22:13:48 +00:00
warriorstar-orion
69ce6aee7f
remove redundant loop in ruin placement ( #29676 )
2025-07-05 21:00:49 +00:00
warriorstar-orion
708b2fcb44
trivial news cleanup ( #29691 )
2025-07-05 20:54:14 +00:00
chuga-git
04b81c360c
Nerfs ERT IK carbine fire rate, fixes automatic_fire component rounding error ( #29645 )
...
* Fixes rounding error in automatic_fire component, nerfs lasercarbine fire rate
* Update code/modules/mob/living/carbon/human/human_mob.dm
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/modules/mob/living/carbon/human/human_mob.dm
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com >
---------
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
2025-07-04 19:26:12 +00:00
Contrabang
211633f2b5
Adds AI ventcrawling code, does not implement it ( #29661 )
...
* bam
* push
* im trolling myself
* code
* ok lets go
* fix
* improvements
2025-07-04 19:05:23 +00:00
warriorstar-orion
52f31bcc7b
tiny newsfeed refactor ( #29690 )
2025-06-30 04:23:08 +00:00
ike709
01572c939c
Rename BYOND 516 var conflicts ( #29658 )
2025-06-23 10:51:06 +00:00
PollardTheDragon
fc7517b582
Fixes AI able to jump to saved locations while in a mech ( #29668 )
2025-06-21 19:56:43 +00:00
CRUNCH
24eccfe082
Slightly Remaps Derelict 4 ( #29329 )
...
* Update derelict4.dmm
* creation
* Update derelict4.dmm
2025-06-20 11:21:51 +00:00
Toastical
bd7d43dcb5
Fix martial art combos not clearing themselves when martial art is removed ( #29592 )
...
* reset martial art combo before removing
* move reset to mind transfer
* clear old body combos
* reset combos when martial art removed
2025-06-19 18:22:03 +00:00
Toastical
b1db0e3b8a
Fix two handed items from bricking hands when a user changes species ( #29573 )
...
* create flag to skip species transform reequip
* add to bitfield and change to 1<<15
2025-06-19 18:00:39 +00:00
AmityBlamity
98a0cf9434
Spelling and grammar fixes for Syndicate item descriptions ( #29469 )
...
* Spelling and grammar fixes for descriptions in uplink_traitor.dm
* Minor spelling/grammar/Britishism fixes in uplink_nuclear.dm
2025-06-18 19:54:09 +00:00
Osetrokarasek
6c2915e581
New Mining Wardrobe ( #29515 )
...
* shoes resprites n fixes
* added under clothing sprites
* added softcaps and berets sprites
* added vendor sprite
* added missed shoes sprites lol
* coded it plus added dogfashion for baseball hat
* tweaked contents of the mining wardrobe closet
* added new vendor on all maps
* added new vendor to lavaland outpost too!
* added missing beret sprites for drasks
* added missing harshskirt sprites
* added missed pads for racial exploring suits
* Update code/modules/clothing/under/jobs/cargo.dm
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Signed-off-by: Osetrokarasek <78341303+ostrkrs@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Signed-off-by: Osetrokarasek <78341303+ostrkrs@users.noreply.github.com >
* Update wardrobe_vendors.dm
* recoloring
* updated desc
* Update code/datums/dog_fashion.dm
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Signed-off-by: Osetrokarasek <78341303+ostrkrs@users.noreply.github.com >
---------
Signed-off-by: Osetrokarasek <78341303+ostrkrs@users.noreply.github.com >
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
2025-06-17 16:47:55 +00:00
kyunkyunkyun
e8651d2f7f
Fix mechas' immunity against lavaland's weather ( #29612 )
...
* fix weather
* simplify procs
* forgor
* now good
2025-06-17 16:36:26 +00:00
Kyani
2a77d78b12
Removes a virology debug message ( #29620 )
2025-06-14 16:27:25 +00:00
warriorstar-orion
87cc483b90
fix connect_range/container runtimes ( #29491 )
2025-06-13 20:49:41 +00:00
warriorstar-orion
e63415a483
port minebots to basic mobs and add some behavior ( #29319 )
...
* port minebots to basic mobs and add some behavior
* remove unused define
* update is_blocked_turf usage
* fix radio, goldgrub, and armor upgrade
* standardize blackboard names
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* lewc review
* whoops
* Apply suggestions from code review
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
2025-06-13 19:48:40 +00:00
Kyani
586e2e6c4d
Job Perks - True Professionals ( #29478 )
...
* ddsadsa
ddsadsa
* moderate again
* revert
* medical first steps
* more work
* lots more work done
* more progress
* finished up
* attack chain linter
* attack chain update
* attack chain work
* fixes + chemist update
* gives comments
2025-06-13 19:40:29 +00:00
AmityBlamity
341058c682
Spelling, grammar, and Britishism fixes for all things news ( #29542 )
...
* Spelling, grammar, and Britishism fixes for all things news
* Update config/news/trivial.txt
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update config/news/trivial.txt
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com >
---------
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
2025-06-13 19:37:08 +00:00
azulez
13056d9531
Additional sound-emote for Vox (Voxcaw V2) ( #29482 )
...
* Adding voxcaw
* Adding voxcaw
* Removing old caw, adding two new CC0 caws, and probabilistic caw-selector.
* Readding eroneously removed cr at end of verbs.txt
* CRLF reversion? Might be battling core.autoclrf for text files. Let's see if this works.
* CRLF fix, attempt 2.
* Responding to suggestion to make text portion of emote more interesting.
* Added line to attributions.txt for the sound files, also made vary explicit.
* Spacing for pick parameter
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: azulez <nflanaga@gmail.com >
* Fixing CRLF for commit on attributions.
* File now last touched by Notepad++ rather than VS Studio. Pray for my CRLF fix.
* And back to LF.
---------
Signed-off-by: azulez <nflanaga@gmail.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
2025-06-13 19:16:32 +00:00
Contrabang
a683db0128
bang ( #29567 )
2025-06-11 18:05:54 +00:00
PollardTheDragon
e5a08230ee
Inspector - IAA Stare, Alt-Title, and a Station Report ( #29487 )
...
* Inspector alt title and gaze
* Clipboard
* Apply suggestions from code review
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* Reduces duplicate code
---------
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
2025-06-11 17:03:17 +00:00
Kyani
fdcf4899a2
Frankenstein Station 13: Introducing dissections and alien organs to xenobiology ( #29093 )
...
* ddsadsa
ddsadsa
* moderate again
* revert
* beginning with rebase
* organssssssssss
* organs now process!
* analyzer finished! + mapping
* tool bit implementation and quality
* organs and fixes and reworks
* more organ work
* more organs done
* more organ progress!
* more organ work
* MORE. ORGANS.
* temp
* more organsssss
* ITS DONE!!!!!!!!
* oops
* also oops
* linter stuff
* forgot this + oops
* linter
* i forgot to save!
* lots of improvements and tweaks
* move icon over
* icon tweaks
* icon mistake
* oops
* dumb
* more icon validations
* i think thisll fix it?
* Apply suggestions from code review
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* fixes
* fixes+tweaks
* fix
* oops
* linter
* i didnt save....
* this should give -some- warning
* forgot a span
* Apply suggestions from code review
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* beginning edits
* more fixed and tweaks with cooldowns
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* lots of tweaks
* more review changes
* comment change
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* returns start back to gland
* Apply suggestions from code review
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* code review fixes
* trying to make surgery work....
* might as well push this
* perfection. now i need text
* text + small tweaks and bugfixing
* linting
* forgot to implement this
* deconflicting maps
* modifying for xenos again
* i guess this wasnt needed???
* added surgical belts to xeno
* minor swap
* quick fix
* small tweaks
* small tweak
* tiny tweak
* some slime updates
* more tweaks
* more updates
* first batch of fixes
* hiero audio fix
* robotic fauna fixes
* more rounds of bugfixes
* prevents teleporting
* tiny fix
* makes sharp more common
* misc fixes
* surgery and revenant fixes + extractor
* adds cursed organ logging
* small bananium organ tweak
* actually gives teleporter access
* adds a message to the analyzer
* can now drag naughts
* slime behavior tweaks
* headslug tweak, cant eat organs
* Update code/datums/components/special_tastes.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Update code/datums/components/special_tastes.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Update code/datums/components/special_tastes.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Update code/modules/mob/living/simple_animal/slime/slime_mob.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Update code/modules/mob/living/simple_animal/slime/slime_mob.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Update code/game/gamemodes/miniantags/revenant/revenant.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Update code/datums/components/special_tastes.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Update code/game/gamemodes/miniantags/abduction/gland.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Update code/game/gamemodes/miniantags/abduction/gland.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* moved this
* major rework prep
* didnt save
* rework done
* small fix
* makes aliens draggable by crew after death
* shouldnt have cut this
* xeno organ tweak + tips
* oops
* fixes and tweaks to slimes
* not used
* temp revert
* rebase map files to master
* re-applying changes
* access fix
* access tweak
* big fix for new refactor
* more refactoring
* forgot a span
* Update code/datums/components/surgery_initiator.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* hiero only doesnt target dead megafauna
* various fixes
* fix requests
* fixed weird conflict markers
* deconflict
* deconflicting
* antimagic flags
* merge fixing
* Update code/modules/mining/lavaland/loot/hierophant_loot.dm
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com >
* regen mesh fix
* small fixes
* tick fix
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* grammar
* Update code/modules/surgery/organs/organ_internal.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Update code/modules/surgery/organs/organ_internal.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Update code/modules/research/xenobiology/xenobiology_organs.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Update code/modules/research/xenobiology/xenobiology_organs.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* Update code/modules/research/xenobiology/xenobiology_organs.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
* tweaks
---------
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: BeagleGaming1 <56142455+BeagleGaming1@users.noreply.github.com >
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
2025-06-10 16:46:56 +00:00
warriorstar-orion
bbf40fe4ef
place required ruins in decreasing order of size ( #29576 )
2025-06-09 22:18:19 +00:00
Qwertytoforty
4f0e877948
Allows ruins to block other ruins from spawning on the same level ( #29435 )
2025-06-07 14:08:58 +00:00
AmityBlamity
7370bea35a
Syndicate was incorrectly spelled as Sydnicate - Thanks Coathangerarecool! ( #29468 )
2025-06-07 14:07:03 +00:00
AmityBlamity
caddddc287
A round of spelling/grammar fixes for uplink_general.dm ( #29470 )
...
* A round of spelling/grammar fixes for uplink_general.dm
* Fixes suggested by BiancaWilkson
2025-06-07 14:05:38 +00:00
AmityBlamity
9ea03afc47
Minor typo fix in morph_spell_handler.dm ( #29535 )
2025-06-07 13:51:43 +00:00
AmityBlamity
f65ca7b721
Typo and grammar fixes for alien spells ( #29537 )
2025-06-07 13:50:45 +00:00
AmityBlamity
3abe79d058
Wizard spelling/grammar fixes ( #29541 )
2025-06-07 13:47:37 +00:00
Kyani
ec071cddae
Volcanic Activity Fixes ( #29552 )
...
* fixes
* Update code/datums/weather/weather_types/lavaland_weather.dm
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
---------
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com >
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
2025-06-07 13:32:12 +00:00
Contrabang
f9e95a2b1d
Adds an icon for non-abstract nodrop items ( #29452 )
2025-06-07 13:25:01 +00:00
AffectedArc07
11d527c819
READY - Rust HTTP Stuff ( #28997 )
...
* WIP AND BROKEN - Rust HTTP Stuff
* this mostly works
* TM ready???
* Build Rust library
* handle failed requests properly
* Build Rust library
* Build Rust library
* Remove TM stuff
---------
Co-authored-by: Chuga <98280110+chuga-git@users.noreply.github.com >
Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
2025-06-06 16:51:05 +00:00
AmityBlamity
4105bc0e4b
Spelling, grammar, and Britishism fixes ( #29517 )
2025-06-04 11:57:21 +00:00
warriorstar-orion
b8ec569d4f
port ai controller target handling improvements ( #29525 )
2025-06-04 11:09:52 +00:00
Migratingcocofruit
0216afd4a9
fixes a radiation wave runtime ( #29509 )
2025-06-03 18:08:08 +00:00
Qwertytoforty
c52cc0f3a8
fixes non infectious zombies. Again. Hopefully for the last bloody time. ( #29496 )
2025-05-30 19:40:12 +00:00
kyunkyunkyun
2e0e61f463
Fix Lance shuttle ( #29191 )
...
* Update shuttles.dm
* oh i can do this as well
2025-05-27 20:51:30 +00:00
Qwertytoforty
275677675b
no patrick you don't get the zombie apocalypses every 3 rounds ( #29458 )
2025-05-27 00:17:09 +00:00
warriorstar-orion
327235f37a
move some spell-related code around ( #29424 )
...
* move some spell-related code around
* Update code/datums/spells/spell_base.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
2025-05-26 05:19:00 +00:00
warriorstar-orion
43fe113250
rename some mapping-related files ( #29422 )
2025-05-25 16:45:52 +00:00
warriorstar-orion
45e07189b3
check z-levels exist for volcanic weather ( #29423 )
2025-05-25 16:40:15 +00:00
BiancaWilkson
885a08f23c
oprobanl;y fixcexs ( #29431 )
2025-05-25 16:38:13 +00:00
kyunkyunkyun
b1709bb93b
Fix improper skin tones and lots of DNA inconsistencies. Improve mob spawners by a little ( #29271 )
...
* sane appearance
* updatepaths
* flip-vitiligo
* equal color options
* ...
* Update golems.dm
* typo
2025-05-25 15:41:39 +00:00
warriorstar-orion
af87e274ed
refactor explosive holopara bomb to component ( #29338 )
...
* refactor explosive holopara bomb to component
* fix examine range
* proper signals
* fixing this oneoff for airlocks as a high-priority target
* proper support for pull
2025-05-25 15:35:12 +00:00
Qwertytoforty
9329d265ab
Adds 2 new ruins, a space and lavaland relay ( #29335 )
...
* Adds a space and lavaland ruin
* random shelves
* oops
* and this one
* desc update
2025-05-22 14:08:42 +00:00
warriorstar-orion
1ed936f74c
fix persistent wizard immovable rod ( #29387 )
2025-05-21 23:16:06 +00:00
warriorstar-orion
648c17299a
adds Add/Remove Component/Element to VV ( #29339 )
...
* adds Add/Remove Component/Element to VV
* i should commit changes
* Update code/datums/datumvars.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com >
---------
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2025-05-21 15:19:55 +00:00
warriorstar-orion
ba71542d99
makes non-required ruin placement failures a log, not a runtime ( #29363 )
2025-05-21 15:13:53 +00:00