Commit Graph
54978 Commits
Author SHA1 Message Date
AffectedArc07andGitHub aa327a4e32 Library update + Some 515 compat (#19556)
* Library update + 515 compat

* Lets not ship debug info, inflating the files 10x+

* CRLF -> LF
2022-11-01 20:47:12 +01:00
matttheficusandGitHub 09948d54b2 Deputizing the Detective (#19558)
* Deputizing the Detective

* access giveth

* the gun now hurts you again

as per Hal's comment in discord

* add noir to detdrobe
2022-10-31 23:15:12 +00:00
Nathan WintersandGitHub 25f7b57fc5 Small Medbot patient analysis and injection refactor (#19353)
* Gee medbot! How come your mom lets you have 26 extra parentheses?

* Check order consistency

* Avoid searching through viruses if already treated for them

* Simplify assessment logic for custom beakers

* Simplify assessment logic for viruses

* Fix medbots not considering all of patient's viruses

* Bool readability

* Fix medbots ignoring viruses if patient has no damage

* Fix medbots not considering loaded beaker when assessing treatment for viruses

* Fix inconsistent virus check between assessment and medication logic

* Check order consistency 2.0

* Fix medbots getting confused when patient has regular drug but no beaker drugs

* Refactor patient assessment

* Condense a loaded beaker volume check

* Extract virus assessment into separate proc
2022-10-31 18:08:11 -05:00
AffectedArc07andGitHub 8351bec352 Abolishes GBP + Code of Conduct tweaks (#19565)
* Abolishes GBP + Code of Conduct tweaks

* Discussions
2022-10-31 22:05:35 +00:00
Vi3triceandGitHub 05d93f665a [TM] Port TG Jump Point Search and SSpathfinder (#18984)
* move along move along

* Update bot.dm

* Diagonals are now more expensive

* Update path.dm

* Update parrot.dm

* Update path.dm

* Tweaks

* Fix cleanbot, add path safety

* Tweaked, added a safety, removed the previous one

* Update medbot.dm

* path.len isn't very safe as a whole, floorbots also had order of operations wrong

* Update medbot.dm

* clings not even once

* Back to the drawing board

* Update path.dm

* Make mules actually clear the drawn path.

* Make bots use step_towards unconditionally instead of flipping between step_to and Move

* Making extra sure the path is cleared. Somehow path was left over.

* Check for length as get_path_to is always true

* This and that
2022-10-30 15:54:51 +00:00
Farie82andGitHub d253e13c35 Add a comment for item_state (#19534) 2022-10-30 15:52:21 +00:00
FloFluoroandGitHub 9e78880036 Fixes punctuation on mob descriptions (#19533) 2022-10-30 15:52:00 +00:00
Vi3triceandGitHub b12c751d48 It's getting confused with that macro (#19521) 2022-10-30 15:51:08 +00:00
7c303ea545 Add inhand sprites for retro laser, immolator, and their variants (#19509)
Co-authored-by: Christian Stokes <christian.stokes@liferay.com>
2022-10-30 15:50:04 +00:00
9f011740da Nerfs Cult Juggernaut. Removed reflection (#19461)
* Nerfs Cult Juggernaut. Removed reflection

* bringing back jugger armor without reflections

* comment and playstyle sting changed

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

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
2022-10-30 15:49:27 +00:00
Vi3triceandGitHub b7389e3c81 [GBP no update] PDAs only hold one pen at a time (#19516)
* You hold one pen only

* Update PDA.dm

* Update PDA.dm
2022-10-28 22:07:29 +02:00
QwertytofortyandGitHub 1902641665 makes CQC not theoretically heal losebreath (#19511)
* makes CQC not theoretically heal losebreath

* hal told me to
2022-10-28 20:27:19 +02:00
ElorgRHGandGitHub 4b0a2fc085 [GBP: No update] Golem hands fix, probably (#19490)
* Golem hands fix, probably

* I think this is how that works, maybe
2022-10-28 20:24:20 +02:00
ElorgRHGandGitHub de9f949994 [GBP NO UPDATE] Restricts some jumpsuits from appearing with chameleon gear (#19472)
* Restricts some jumpsuits from appearing with chameleon gear

* This is not actually a basetype that shouldn't be seen in game
2022-10-28 20:21:21 +02:00
ElorgRHGandGitHub c456bdefdc [GBP NO UPDATE] Fixes the basetype of .../under/suit spawning (#19471)
* Fixes the basetype of .../under/suit spawning

* Suggestion

* The other way around
2022-10-28 20:20:01 +02:00
473a46ff5a Tweaks to autolathe design costs (#19469)
* first wave of tweaks

* Update code/modules/power/cable.dm

Co-authored-by: Edan <29551695+Edan52@users.noreply.github.com>

* Edan52 review

* missed one

Co-authored-by: Edan <29551695+Edan52@users.noreply.github.com>
2022-10-28 20:05:46 +02:00
Henri215andGitHub 0a3111f6cf Matter wont consume if theres a wall already (#19518) 2022-10-28 20:04:26 +02:00
S34NandGitHub 6de0011ee1 rad storms do hurts (#19517) 2022-10-28 20:02:57 +02:00
Vi3triceandGitHub 03ce2920e1 Defining Part 4 - Code cleanup toward defines (... and the rest) (#19388)
* I wasn't done

* nits
2022-10-28 19:28:23 +02:00
GDNandGitHub 9400729a28 Removes some technical debt (#19220) 2022-10-28 19:09:21 +02:00
47b3d08f04 Newscasters/camera monitors/displays tweaks (#19305)
* frames and autolathe

* final adjustment

* engine monitor

* circuit board selection and newscaster tweaks

* names adjustments

* entertainment frame icon adjustment

* moving to another PR

* forgot to move those

* added the other monitors circuit boards

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

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

* removed unnecessary flow

* display

* entertainment frame uses correct icon now

* merge conflcit part 2, do_build for newscasters

* moving var

* Sirryan suggestion and reverting piece of code removed by mistake

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

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

* added description

* Apply suggestions from code review

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
Co-authored-by: Farie82 <farie82@users.noreply.github.com>

* Sirryan suggestion and removed 1

* moved to on_deconstruction

* Removing unused arguments

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
2022-10-28 19:00:03 +02:00
bdf50f11d8 Removes FRAME Cartridge from NukeOps Uplink (#19531)
* yeetus deletus as denth says

* Update code/datums/uplink_item.dm

gottem

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
2022-10-28 17:23:11 +01:00
Henri215andGitHub 7159b8e462 Fixes #12922 Malf AI camera upgrade is now giving the ai night vision (#19375)
* malf module lighting now updates properly

* not necessary
2022-10-27 22:42:29 -05:00
S34NandGitHub 9f9f047ed3 Disposal sprite rework (#19238)
* initial

* 3/4ths

* pointers

* TCC disposal machine

* sprite update

* pacifistdalek

* pixel

* ticks one thing

* arrow

* darkened the disposal
2022-10-27 21:56:41 -05:00
CharlieandGitHub 302a7598dc fix (#19513) 2022-10-26 19:19:20 +01:00
ContrabangandGitHub 8b3c043746 cloth addition (#19480) 2022-10-26 00:25:11 +01:00
AzuleUtamaandGitHub c8edc8c240 Syndi Bundle Rework (#19352)
* Syndi Bundle Rework

* Revised bundles based on feedback

* Reworked operative into grenadier

* Corrected payday value
2022-10-26 00:19:56 +01:00
f9aa949d8f VTEC for jani mobile and ambulance (#19462)
* Zoomies!

* Hal requested changes

* Sirryan suggestion

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
2022-10-26 00:13:27 +01:00
fc7e4847b3 Penlights are universally pens (#19498)
* You're a pen, you're a light

* Update code/__DEFINES/is_helpers.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

* Might as well remove them

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
2022-10-26 00:12:14 +01:00
ElorgRHGandGitHub 890d4755fe Paradise's soul removal part two of many: security jumpsuits (#19333)
* A small rejuvenation of security jumpsuits

* sec formal rolling fix

* New Vox security sprites

* adjusts the warden's formal suit obj a bit

* Different style of corp skirt

* Vox adjusted to new skirts

* New sec shirt skirt

* Grey sprites

* Drask sprites

* New sec shirt and sec shirt skirt sprites

sec shirt skirt my beloved

* Merge remote-tracking branch 'upstream/master' into riots-in-the-streets-security-jumpsuit-resprite
2022-10-26 00:07:36 +01:00
a272267193 TGUI ORM MACHINE - Alloys Images (#19113)
* ORM improved alloy name

* capital letter

* Add images to "Alloys" on ORM

* FML-main part done

* Few changes

* Recipe and Descriptions

* Forgot this. widens the ORM

* quick fix

* Slight alignment fix. New images on PR

* TGUI merge conflict and tiny alignment

* diff line endings!

* added ;

* Holes and stuff

* merge conflict fix, hopefully

* SMELT moved

* Alignment and tgui bundle

* Merge Conflict fix

* Update to master + tgui bundle

* TGUI Bundle

* TGUI BUNDLE

Co-authored-by: Henri23729 <iki-hs@hotmail.com>
2022-10-25 23:48:53 +01:00
7a8cef043a CQC Balancing Tweaks/Buffs (#19493)
* Legsweep now picks you up from resting

* Makes the description more descriptive

* Buffs damage numbers all around

* Makes CQC much quieter and stealthier

* Okay maybe 25 is a bit too much

* Restrain won't just instantly break anymore

* Various tweaks after discussing with others

* Update code/modules/martial_arts/combos/cqc/restrain.dm

One day I'll learn spacing guidelines

Co-authored-by: Edan <29551695+Edan52@users.noreply.github.com>

Co-authored-by: Edan <29551695+Edan52@users.noreply.github.com>
2022-10-25 23:47:59 +01:00
fffecaa8de Add ghost follow links to blob telepathy (#19431)
* Add ghost follow links to blob speech

* Consistency

* Update code/game/gamemodes/blob/blobs/blob_mobs.dm

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
2022-10-25 20:39:54 +02:00
Henri215andGitHub 499a0f3b9d Moved wood floor (#19487) 2022-10-25 20:35:28 +02:00
BiancaWilksonandGitHub 2c65e0901c Fixes an exploit with the power gloves (#19502) 2022-10-24 21:48:42 +01:00
2c5d9ffb43 Elite buffs / Highlander mode for arena (#19166)
* Elite buffs / Highlander mode for arena

* whoops forgot to push this

* Apply suggestions from code review

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

* removes unused list, proximity component

* range_edge_turfs

* comment

* Apply suggestions from code review

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

* ARENA_RADIUS

* Apply suggestions from code review

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

* last changes

* Update code/modules/mob/living/simple_animal/hostile/mining/elites/elite.dm

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2022-10-24 21:47:43 +02:00
ContrabangandGitHub a6ba421e21 removes implantchair.dm (#19460) 2022-10-23 16:39:45 -05:00
Bm0nandGitHub ccaa3ef34b Allows guns and other security stuff to be suit slotted on the ablative trench coat (#19458)
* why did i forget this

* spacing

* a single space
2022-10-23 16:38:10 -05:00
Vi3triceandGitHub 87347bde08 Do not eat the shard (#19456) 2022-10-23 13:04:21 -05:00
warriorstar-orionandGitHub 6cc02b58cc Fix runtimes caused by proc signature change. (#19464) 2022-10-23 12:23:35 -05:00
ElorgRHGandGitHub 574b012505 The (formal CC) blueshield drip is back in town (#19425) 2022-10-23 11:34:45 -05:00
Vi3triceandGitHub 0fb79a3cb5 Vent crawling antagonists spawn in vents directly (#19391)
* Sneak 100

* Update spider_terror.dm

* Update alien_infestation.dm
2022-10-23 11:30:42 -05:00
ElorgRHGandGitHub 7511d6a10b Blue suit fix (#19382)
* Genuinely forgot this existed

* Deconflict
2022-10-23 11:23:10 -05:00
roarbarkandGitHub 71bd40099c buffs the radio jammer (#19377)
* buffs the radio jammer

come on and jam and welcome to the jam

* come on and jam

the jam

* i never actually watched space jam i just thi

running outta jokes

* unjams the pr

im so fucking funny bro

* unfucks the pr for real (developers swearing bot hello)

worth a try
2022-10-23 11:20:20 -05:00
CharlieandGitHub 16e845a81b Fixes parallax being visible in the "fog of war" (#19474)
* the most genius solution to a stupid problem

* help me

* perfect hatred
2022-10-23 15:48:09 +01:00
21fc24a31c Ports Yogstation's version of CQC, adds it back to traitor uplink. (#19310)
* Changes most instances of brute to stamina, combos

* Adds CQC back into uplink

* Updates chokeholds so it takes time to knock out

* Adds cqc back to tot uplink, gives nukies discount

* Tweaks base grabs and disarms

* Tweaks combos some

* I am a mild idiot

* Charlie's suggestions

* I don't like these numbers, nerf head kick

* Removes blocking and countering

* More kicking tweaks

* Update code/datums/uplink_item.dm

commit charlie's changes pt. 2

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>

* stop kicking yourself

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
2022-10-22 21:42:17 +01:00
Sirryan2002andGitHub 0150e8dc05 barricade fix (#19479) 2022-10-22 12:56:07 -05:00
ElorgRHGandGitHub db0002fbc1 [GBP NO UPDATE] Hands don't overlay above jumpsuits on which the hands are covered (#19473)
* Hands layering tweaks

* I forgor about the ? 💀
2022-10-22 17:49:07 +01:00
CharlieandGitHub 10a8e8ce85 fix (#19455) 2022-10-21 20:43:23 +01:00
CharlieandGitHub a672aa724d rotatium now rotates space (#19380) 2022-10-21 20:42:33 +01:00