Commit Graph

45209 Commits

Author SHA1 Message Date
k-k-karma bcd7f03d32 clean up Cyberboss's mess 2018-11-11 23:31:31 +00:00
Jordan Brown 6d392a8225 Delete bike meme music (#41431) 2018-11-11 18:02:55 -05:00
Jordie 47c7cf0dd5 Merge pull request #41413 from ShizCalev/gibspawner-fix
Fixes bodyparless gibspawners spitting out world messages
2018-11-12 09:58:44 +11:00
Jordan Brown f1c03e629e Merge pull request #41381 from Militaires/slimegrille
Slimes can now pass through grilles because le slime
2018-11-11 17:44:47 -05:00
k-k-karma aeb7d36edb Add a period to captains hardsuit desc (#41401) 2018-11-11 10:02:20 -08:00
Garen Crownguard dda81b7764 shift E & B keybinding stuff (#41386) 2018-11-11 11:53:02 -05:00
kingoftheautism 3903548f05 (no homo) Changing "gay" word in cloning code to "expected amounts" (#41367)
* no homo

copy, paste
webedit, make PR
what could possibly go wrong?

* i cant code so thx denton

Co-Authored-By: kingoftheautism <40269243+kingoftheautism@users.noreply.github.com>
2018-11-11 01:16:43 -05:00
81Denton 1c85b36863 Stops silver slimes from spawning unintended item (#41385)
* Stops silver slimes from spawning unintended item

* subtypesof()
2018-11-11 01:15:32 -05:00
ShizCalev 573b699ddb Fixes bodyparless gibspawners spitting out world messages 2018-11-10 22:53:38 -05:00
ShizCalev f03e9636b3 BUT YOU AIN'T GOT NO LEGS, LT DAN. (#41410)
Humans with no legs will no longer run around unimpeded.
2018-11-10 19:25:38 -08:00
ShizCalev 5052626e96 Fixes delta cargo conveyors (#41387) 2018-11-10 19:04:56 -05:00
ShizCalev 60133f90ab Fixes gibs not being passed mob DNA (#41374)
* Fixes gibs not being passed mob DNA

* Cleanup, fixed map-placed gib spawners having no DNA
2018-11-10 14:24:12 -05:00
81Denton ccfbc2bb78 Adds separate MMI/borg messages for damaged brains (#41306)
* Adds separate MMI/borg messages for damaged brains

* better switch toggle msg, M.brain?.damaged_brain

* ree

* thanks helen

* I hate Mondays

* Update code/modules/mob/living/brain/MMI.dm

Co-Authored-By: 81Denton <32391752+81Denton@users.noreply.github.com>

* condenses vars
2018-11-09 19:34:49 -05:00
tralezab 246b598aaa fixes ninja apc drain (#41362)
* the coders send their regards *shanks the king of the bugs*

* leave one bug alive and the code is never safe

* He did this. He poisoned my code. Take him, take him! TAKE HIM! TAKE HIM!

* owie my brain hurty - olenna tyrell, probably
2018-11-09 16:16:54 -05:00
militaires 5eab3a2506 Slimes can now pass through grilles because le slime 2018-11-09 22:01:40 +02:00
ShizCalev 54a3e05ff2 Fixes unconsious/dead/sleeping mobs getting notices about limbs being too damaged to function and screaming (#41337) 2018-11-08 18:38:45 -05:00
AnturK a7ba0ad06d Fixes non-clothing mask update. (#41338) 2018-11-08 18:33:26 -05:00
ShizCalev 43768593c8 Fixes posibrains becoming unusable if the old mob suicided. (#41336) 2018-11-07 23:36:40 -05:00
MrDoomBringer 667bc85b37 [should be ready] adds rocket jumping to rocketlaunchers (#41282)
cl MrDoombringer
tweak: you can now rocket jump with rocketlaunchers! Just aim at the ground and fire!
/cl
2018-11-07 22:01:57 +13:00
XDTM c5ed65e7aa [Ready]Adds direct pay for cargo orders (#40684)
cl XDTM
add: You can now pay for cargo orders from your account with the cargo requests console. Credits will be detracted from the requester's account instead of the cargo budget. A 10% handling fee on top of the order will be paid to the cargo department budget.
add: Cargo employees must still accept the order for it to be delivered.
add: The delivery will arrive in a locked crate that can only be opened by an id with the paying bank account.
/cl

If you're wealthy, why should you waste your time waiting for cargo to get money? Pay for the stuff yourself; the quartermaster won't have to worry about their budget and will likely just put the order in the next shipment.
2018-11-07 21:58:17 +13:00
kevinz000 2d0cac9d37 Removes stun and item drop from all slips. They will instead knock people down (force crawling) for their duration. (#41068)
image
I originally was going to cut stun/paralyze duration instead but since none of them will now hard stun I think it's fair for them to keep their original duration/power as knockdown.
2018-11-07 21:51:57 +13:00
Brett Williams e7d7dc1744 [READY] RCDs Can Now Eat Rods and Metal Floor Tiles For Matter Units (#41256)
cl bobbahbrown
add: RCDs are now more environmentally friendly and can now recycle rods and floor tiles without having to reduce them to sheets first.
/cl

Old RCDs couldn't eat rods and metal floor tiles, it literally ruined my life.

Now I don't need to create sheets before I let the RCD harvest its bounty.
2018-11-07 21:51:28 +13:00
skoglol f7e2f8d7b4 Adds safer alt-click helper proc, fixed proc name, removed signal. (#41237)
cl Skoglol
code: New helper proc for alt-click turf listing, bypasses any interaction overrides.
code: Ghosts and revenants now use the new proc.
fix: Ghosts can no longer toggleopen sleepers, adjust skateboard speed or close laptops
fix: Revenant can now alt-click turf to list contents.
tweak: Revenant now slightly less nosy, use shift click to examine.
tweak: Alt-clicking the same turf again no longer closes the turf listing tab.
/cl

Fixes #22410

Use the new helper when you want something to have alt-click turf content listing, but no other world interaction.
2018-11-07 21:50:04 +13:00
MrDoomBringer 3413669221 [ready] Prevents trying to use explosive lances as an ingredient in crafting explosive lances (#41223)
When making an e-lance, the recipe would try to use e-lances as an ingredient, only failing after the do_after() proc. This makes it so explosive lances aren't even considered as a possible ingredient for the recipe.

cl MrDoomBringer
fix: You will no longer attempt to use an explosive lance to craft an explosive lance
/cl

This PR also lays a foundation for blacklisting other subtypes in crafting recipes.
2018-11-07 21:49:20 +13:00
oranges 6bde61f85e Merge pull request #41323 from ShizCalev/paper-fix
Removes duplicate paper examine message
2018-11-07 21:48:42 +13:00
oranges 95598dfe0f Merge pull request #41169 from subject217/onelinechange
Changes disabler beams from 36 stamina damage to 40
2018-11-07 21:48:17 +13:00
oranges 6206f3d576 Merge pull request #41325 from ShizCalev/alium-crowbar-fix
Fixes prying open doors not checking if you still have a jaws of life in your hand, or if a Xeno picked up another obj while trying to force it open
2018-11-07 21:46:57 +13:00
oranges 71d11b9837 Merge pull request #41321 from ShizCalev/silicon-turret-fix
Unnests turret silicon check
2018-11-07 21:46:17 +13:00
oranges 3a819a51ee Merge pull request #41316 from AnturK/objective_dupes
Adds duplicate search range to objectives
2018-11-07 21:45:45 +13:00
oranges 36c51e4fad Merge pull request #41315 from AnturK/fixyourruntimesaahh
Fixes supply pod runtime.
2018-11-07 21:45:28 +13:00
ShizCalev 5a5af818cd Fixes mobs with no legs getting stuck in the laying state (#41319) 2018-11-06 23:54:54 -05:00
ShizCalev c167d37121 Fixes admin damage editting not logging the target's real name / key. (#41318)
* Fixes admin damage editting not logging the target's real name / key.

* few more areas
2018-11-06 14:10:20 -05:00
ShizCalev 8aa0bc7d8e Updates Robotics Control Console interface (#41307)
* Updates Robotics Console interface

* Cleanup
2018-11-06 09:13:26 -05:00
ShizCalev 18f845ca66 Updates another ban message to use displaytimetext (#41304) 2018-11-06 08:28:22 -05:00
AnturK 2d80976068 Fixes some parlyze nonsense. (#41314) 2018-11-06 08:27:45 -05:00
ShizCalev 81df5b5072 Fixes prying open doors not checking if you still have a crowbar in your hand... 2018-11-05 22:50:24 -05:00
ShizCalev 22f02dc619 Removes duplicate paper examine message 2018-11-05 21:21:23 -05:00
ShizCalev cc45bdbe00 Unnests turret silicon check 2018-11-05 18:57:34 -05:00
AnturK 36a97a5817 Adds duplicate search range to objectives 2018-11-05 11:50:15 +01:00
AnturK e7f7d8656a Fixes supply pod runtime. 2018-11-05 10:16:49 +01:00
ShizCalev a2ee6e25ae Revert "Exosuit console fixes"
This reverts commit cfec5f6e82.
2018-11-04 10:10:16 -05:00
ShizCalev cfec5f6e82 Exosuit console fixes 2018-11-04 10:09:22 -05:00
ShizCalev ec32ac6db3 Corrects cybernetic implants requirements (#41287) 2018-11-04 00:08:48 -04:00
Iamgoofball ac90a3e609 *crack* *sip* Ahhhh. Yep, Removes ballgags was a good PR. They don't make PRs like 'em anymore. (#41060)
🆑 Iamgoofball
fix: Thirty year old boomers can now sip their monster safely as God intended.
fix: Even if it's 9 in the morning on a Saturday.
fix: Even if your kid's trying to sleep because they were up all night shitposting.
fix: Yep. Times were good back then.
/🆑
2018-11-04 15:32:43 +13:00
Mickyan c0ac8d514f Adds new moodlets, psychotropic drugs (#41207)
cl Mickyan
add: Added various new moodlets
add: Most notably, the Laughter chemical and breathing small quantities of N2O can improve mood
add: Psicodine: a new chemical that can restore sanity levels to normal and temporarily suppress phobias
add: Happiness: a homemade drug that supposedly gives a feeling of total bliss and.. emptiness? That can't be healthy... watch out for side effects.
fix: The suffocation moodlet now triggers correctly
fix: The drunk moodlet now clears as soon as the drunkenness wears off
/cl

Fixes #41170

List of new moodlets:
Jittery
Vomiting, vomiting all over yourself (gross)
Painful medicine application (silver sulfazine/styptic powder/syntflesh) - very short duration
Chemical euphoria (breathing N2O)
Laughter/Superlaughter reactions
Happiness drug related reactions

Psicodine: keeps your sanity at least above neutral level and suppresses phobias as long as it's in your system. Also available from pill bottles at the medivend at a premium.

Happiness: loosely inspired by Joy from LISA, very addictive, does minor brain damage, withdrawal makes you slowly go insane and overdose makes your mood jump all over the place. Also suppresses phobias. Good if you need a very quick and powerful boost but not very practical for keeping your mood up for long periods.
2018-11-04 15:01:05 +13:00
oranges 01da77849d Merge pull request #41240 from kriskog/ionthrusters
Borg ion thrusters no longer drain charge in gravity.
2018-11-04 14:55:01 +13:00
oranges ce60096218 Merge pull request #41261 from ninjanomnom/floating-movetype
Makes floating a movetype instead of a movable var
2018-11-04 14:54:30 +13:00
AnturK 31f5bdb466 Adds cooldown to doppler array announcements. (#41270)
This gets out of hand, when it's aimed at tesla or anything else that makes ton of minor explosions.
2018-11-04 14:53:53 +13:00
oranges 59d5be73ae Merge pull request #41266 from ShizCalev/mobtopicfix
mob/topic() fixes
2018-11-04 14:53:11 +13:00
ShizCalev 54641a029e Covering your mouth when you cough/sneeze now stops the spread of germs. (#41230)
cl ShizCalev
fix: Covering your mouth when you cough/sneeze can now help stop the spread of germs.
/cl
2018-11-04 14:51:26 +13:00