Commit Graph

43449 Commits

Author SHA1 Message Date
Contrabang
a95373f303 Adds CI to restrict types in a file (#24694)
* LETS GAMBLE!

* oops

* even more oops

* alright lets fuckin do it

* real names please

* comment

* Contributing.md update

* maybe someone will find this todo

* actually lets make it a define so people can't mistype it

* review

* changes
2024-04-19 18:30:13 +00:00
GDN
a31b7d4db2 fixes a tgui input gc issue (#25160) 2024-04-19 18:07:48 +00:00
GDN
2c05971b91 adds refcount to the gc log (#25146)
* adds refcount to the gc log

* Update code/controllers/subsystem/SSgarbage.dm
2024-04-19 18:07:37 +00:00
BiancaWilkson
875ad15cce Swaps the severity of some brain damage effects (#25144)
* these severities should be swapped

* Lower chance
2024-04-19 18:07:28 +00:00
CRUNCH
594362a969 [FIX] Borg Magboots No Longer Slow Down In 0G. (#25141)
* Fixing some minor typos for cyborg upgrade flavour text

Throws in some missing apostrophes, capitalisation, and the letter "s."

* Briefcase Full of Cash buff

Increases the amount of cash in the Syndicate Briefcase Full of Cash from 600 Cr to 1000 Cr

* Reverts double-feature PR

* Reverts a broken revert

* Reverting again because Ebba told me to

* And reverting yet again

* Update robot_movement.dm

* Makes borg magboots not bad

* Update robot_movement.dm

* Might as well change these while I am here.
2024-04-19 18:06:56 +00:00
CRUNCH
c8ffcedcb6 Merges the Janicart Floor Buffer into the Janiborg Floor Buffer (#25125)
* One Floor Buffer For All!

* better name

* Update code/modules/research/designs/mechfabricator_designs.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
2024-04-19 18:06:41 +00:00
PopeDaveThe3th
9cbec317e9 mmi and robobrain text updates (#25114) 2024-04-19 18:06:33 +00:00
Migratingcocofruit
e53b00a807 Fix add_random_traits() so it always adds the specified amount of random traits (#25110)
* add_random_traits() now only tries to add traits it can actually add

* spess for the spess game
2024-04-19 18:06:24 +00:00
Contrabang
7dcc7d41f2 Refactors liches a bit (#25104)
* totally not breaking shit

* yes
2024-04-19 18:05:44 +00:00
warriorstar-orion
24aadc9212 cere: upgrade and expand telepad network (#25089)
* cere: upgrade and expand telepad network

* no parts in cere telepads to avoid taking advantage of high-level parts

* Apply suggestions from code review

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* fix a bunch of pre-merge issues

* whoopsies

* ahhhhhh

* review changes #1

* fix horrid doublewalls in evac

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2024-04-19 18:04:54 +00:00
DGamerL
19bb4d8cc9 Gives you the option to emergency eject clones (#25077)
* Me when TGUI alert goes brrr

* The descuffening

* Update code/game/machinery/clonepod.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

---------

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
2024-04-19 18:04:40 +00:00
DGamerL
df8ac7a5b6 Fixes the morph issue (#25202) 2024-04-19 17:55:26 +00:00
DGamerL
bad8b31afa Changes all .len to length() where applicable (#25174)
* Globals work

* Double access works

* All other things

* Revert "All other things"

This reverts commit 6574442eb6.

* More changes that compile and work

* IT WORKS AAAAAA

* Changes even more .len to length()

* Apply suggestions from code review

* Update code/datums/mind.dm

* Update code/__HELPERS/sorts/InsertSort.dm

Co-authored-by: Deniz <66401072+Oyu07@users.noreply.github.com>

* Update code/__HELPERS/sanitize_values.dm

Co-authored-by: Deniz <66401072+Oyu07@users.noreply.github.com>

---------

Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
Co-authored-by: Deniz <66401072+Oyu07@users.noreply.github.com>
2024-04-19 17:32:09 +00:00
Code-Lyoko0
bdd417ada0 blob now plays the biohazard alarm like other biohazards (#25118) 2024-04-19 17:07:23 +00:00
GDN
324d9142b9 makes the choose random item button work (#25133) 2024-04-19 14:29:43 +00:00
Social-Moth
60811a191f Removes floor from flip message when falling over in space (#25136)
* Adds a special message for falling over in space

* adds message when falling over in space

* Update code/modules/mob/mob_emote.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* Update code/modules/mob/mob_emote.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* Update code/modules/mob/mob_emote.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* Update code/modules/mob/mob_emote.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* Update code/modules/mob/mob_emote.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/modules/mob/mob_emote.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

* space fall special text now with gooder code

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
2024-04-19 14:22:07 +00:00
Luc
8500df223d cleans up some span mishaps (#25106) 2024-04-19 14:19:51 +00:00
BiancaWilkson
0541588e82 the swapper (2013) (#25139) 2024-04-19 14:13:10 +00:00
Mikhail Dzianishchyts
02716044ba [s] Encryption key trick no more (#25137)
* Encryption key trick no more

* Update code/game/objects/items/devices/radio/headset.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/game/objects/items/devices/radio/headset.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
2024-04-19 14:12:52 +00:00
DGamerL
f64fb4b973 Removes a span from an admin log (#25199)
* Easy span removal

* Fix accidental reverts

* Removes a missing span
2024-04-19 14:12:15 +00:00
DGamerL
43337171df Adds an underscore to the slaughter demon folder (#25200) 2024-04-19 14:03:10 +00:00
Charlie Nolan
7562db8c3d recieve -> receive (#25123)
* recieve -> receive

* Unfix.

---------

Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
2024-04-18 21:16:07 +00:00
Aylong
c8e59706e2 OOC Emoji 2.0 - TG Edition (#25012)
* Didn't work

* It works

* Emojipedia

* Some emoji sorting

* lol

* Remove a lot of shit emoji

* Update emojipedia.dm

* Observer and ghost-bar emoji

* Msay emoji

* Emoji sorting and updates

* Make emoji centered

* Clueless and trollface

* Mowzers

* +taa

* Another rebuild

* TRUE and Rebuild
2024-04-18 18:41:41 +00:00
Arthri
950ce9f791 ORM points are now claimed by swiping IDs rather than inserting it (#24878)
* Swipe instead of insert ID to claim points

* Build and update tgui

* Fix ORM trying to smelt ID

* Update UIs when points are claimed

* Add fingerprints on claim

* ???? TGUI why

---------

Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
Co-authored-by: /tg/ui Builder <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
2024-04-18 13:02:57 +00:00
Stone
70796cac43 Update hierophant_loot.dm (#25042) 2024-04-18 13:02:11 +00:00
CRUNCH
35f63afc07 Updates the spraycan (#25024)
* Update crayons.dm

* Update crayons.dm
2024-04-18 13:01:28 +00:00
Charlie Nolan
74d522fe58 Add [s] to pencode. (#25001) 2024-04-18 12:58:04 +00:00
Charlie Nolan
66b5acc453 Add a cmag interaction to the honkbot (#24979)
* Made honkbots think they're beepsky when cmagged.

* Tasty handcuffs.

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>

* Bugfixing, wait a second before starting to cuff.

* Update code/modules/mob/living/simple_animal/bot/honkbot.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2024-04-18 12:57:38 +00:00
Charlie Nolan
1b96572bbb Require stamping manifests. (#24973)
* Require stamping manifests.

* M
2024-04-18 12:57:07 +00:00
McRamon
34eca734e4 Layering change - belts and suits (#24667)
* switch

* Update code/__DEFINES/misc_defines.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2024-04-18 12:51:41 +00:00
Charlie Nolan
30edcf5091 oops (#25181)
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
2024-04-18 12:50:33 +00:00
Charlie Nolan
87646e8410 Makes the blowgun an excellent suicide method (#25065)
* Goddamit dgamerl!!!!

* e

* Blowgun suicide messages.

---------

Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
2024-04-17 05:17:44 +00:00
Social-Moth
a735849346 Gyrojet pistol no longer able to be suppressed (#25143) 2024-04-17 05:13:29 +00:00
Adrer
956b989af6 Fixes voice changer voice selection (#25145)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
2024-04-17 04:24:13 +00:00
Code-Lyoko0
802dc2a4a4 Added voice annocument for requesting nuke codes (#25058)
* added voice announcment for requesting the nuke codes

* Henri Review

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2024-04-17 04:23:57 +00:00
DGamerL
cc85b2fe1d Removes toxin and carpotoxin when you make recipes with spider meat/eggs and carp fillet respectively. Also removes ether from tofurkey and some morphine from bear meat (#25069)
* Removes toxic stuff from foods

* Nah 3u is better

* Boiled spider legs!

* Funny review
2024-04-17 04:21:35 +00:00
Coolrune206
a5251cb099 reverts keybind change (#25080) 2024-04-17 04:21:01 +00:00
Pierre-Louis
98261b038a Update items stored on cryo storage (#25096)
* Allow stamps to be stored into the Cryopad console

Allow stamps to be stored into the Cryopad console.
This way you don't have to bother an admin and ahelp when someone cryo with their stamp in.

* Removed a few silly things with qwerty approval

* Removed the RPD and added the knuckleduster

* Added captain rapier + sheath  + nuke core as per demand

* Add the nuke container

* Add documents

* Update code/game/machinery/cryopod.dm

Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>

* Add krav maga gloves (both warden steal objecitives and syndi ones)

---------

Co-authored-by: Pierre-Louis <hernandezpierrelouis@protonmail.com>
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
2024-04-17 04:20:08 +00:00
warriorstar-orion
7c624a7004 Attacking a tendril rallies its mobs against you. (#25093)
* Attacking a tendril rallies its mobs against you.

* try to pull this into a signal

* fix arguments

* find and move together, no list signal register

* Update code/modules/mob/living/simple_animal/hostile/hostile.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* Update code/__DEFINES/dcs/signals.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

* invert if for early return

* Update code/datums/components/spawner.dm

For now spawners only spawn hostile mobs but if that changes in the future or an admin varedits a spawner to not do so this'll runtime

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
2024-04-17 04:19:42 +00:00
Arthri
e6f397755d Lavaland Tumor Grammar Fixes (#25148)
* Delete double space

* Reintroduce missing message

---------

Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
2024-04-17 04:17:21 +00:00
GDN
6914665484 fixes cloning sporadically not working (#25127)
* fixes cloning sporadically not working

* Update code/game/machinery/computer/cloning.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
2024-04-16 00:35:38 +00:00
Charlie Nolan
4833d64559 Removes an attempted <span> from a medbot line. (#25134) 2024-04-16 00:34:52 +00:00
GDN
d77c311c9d ais are no longer null on destroy (#25147) 2024-04-16 00:34:43 +00:00
Aylong
da755f54d8 Fix brainless Cyborg (#25100)
* Fix brainless Cyborg

* Give me my GBP!!!

* contra review & default value
2024-04-16 00:33:20 +00:00
Charlie Nolan
3c043374d1 Botany rework V2 (#24342)
* Many botany QoL changes.

* Give observers a plant analyzer.

* Hooks should be executable.

* Completely new botany mutation mechanics.

* Minor fixes, changed vendor contents.

* Add charcoal to NutriMax extended inventory.

* Lint.

* Reset somatoray beam effects in a few more places.

* Mapped in seed sorting trays and mutrient.

* Slimmed down the seed sorting tray.

* Update unsorted seeds with analyzer, ghost-analyzer, and HUD support.

* Make english_list null-safe (and slightly faster).

* Fixed a mutation focus bug, added plant anayzer attackby to unsorted seeds.

* Made self-sufficient trays display their nutrient as Earthsblood.

* Improved descriptions and on-use texts.

* Added 5 dropers and 3 seed sorting trays to NutriMax.

* Mark stuff as notices, special case for duplicate doping.

* New way to get kudzu, QoL changes.

* Yield somatoray adds a message to the yield stat.
* Unsorted seeds produce a message when you try to put them in a tray or
  machine.
* Potassium iodide and pentetic acid will now neutralize the tray's
  mutagen.
* Using a plant bag on a seed extractor will now process plants into
  seeds if there are no seeds in it.

* Bonk.

* Don't try to extract no seeds.

* Butterfingers.

* Bonk more.

* Add seed sorting trays to perma.

* Upgraded Seed Extractor GUI.

* Do not drop that which you do not extract.

* Don't bug out when removing the last seed.

* You want a tgui rebuild? Have a tgui rebuild.

* Drop trait-adding threshold by 10.

Before:
Needs modified mutation level >50.
With the x2 from 9+ seeds, this happens at base mutation level 25.
With maximum mutation level of 35 (L4Z+mutagen+somatoray), chance was
20%.
Required either L4Z (yield set to 1), or a somatoray (external help) for
any chance.

After:
Needs modified mutation level >40.
With the x2 from 9+ seeds, this happens at base mutation level 20.
With maximum mutation level of 35 (L4Z+mutagen+somatoray), chance is
30%.
Can get 10% chance with mutation level 25 (Mut+mutagen).

* Renamed mutagen level -> mutagen tank

* Left-align seed extractor, more efficient icon sending.

* New sprite thanks to McRamon.

* tgui rebuild

---------

Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
2024-04-15 20:29:49 +00:00
Charlie Nolan
a881e11c86 Many botany QoL changes. (#25031)
* Many botany QoL changes.

* Give observers a plant analyzer.

* Hooks should be executable.

* Upgraded Seed Extractor GUI.

* Left-align seed extractor, more efficient icon sending.

* tgui rebuild

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>

* 's' properly

---------

Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
2024-04-15 19:58:09 +00:00
S34N
0b838dc3c4 [READY] BYOND 516 compatability (#25105)
* Preliminary changes for 516

* Also removes the goon folder

* Fixes a BUNCH of UIs

* update our things

* debug proc

* le maintainer verb

* fix strip panel

* browseroutput => chat_panel

* prettier, remove obsolete bat

* tidu tgui say css

* href purge

* 515 compat

* 515 compat 2

* more required chores

* comments

* fully working 515

* bungle

* correct this

* fixes 515 support

* prettier

* new CI

* fixes old href styles sneaking in

* update docs to reflect href changes

* more href fixes (thanks cdui)

* MORE href nonsense

* even more hrefs (seriously wtf)

* Update code/modules/admin/permissionverbs/permissionedit.dm

* error on fail

---------

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2024-04-15 18:49:50 +00:00
GDN
95efc8fbda fix for the worlds shittiest exploit (#25130) 2024-04-14 20:21:44 +00:00
Zantox
cb03f174a0 Add unit-tests for card decks (#24791)
* Add unit-tests for card decks

* Fix linter CI comments

* Rename unit-test file due to duplicate filename

* Fix review comments

* Fix unit-test broken after review comment fixing

* Remove blank unit-tests for card-decks

* Use TRUE instead of magic-value 1 in cardshuffle sound call

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>

---------

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
2024-04-14 11:35:48 +00:00
DGamerL
c73443bc47 Badass people can now execute again (#25109)
* Badass people can now execute

* Move comment
2024-04-14 02:49:49 +00:00