Commit Graph

26638 Commits

Author SHA1 Message Date
HMBGERDO
b9d106886e Buffs stimulative agent (#21349)
* buffs stimulative agent

* Update code/modules/reagents/chemistry/reagents/medicine.dm

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

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
2023-06-26 20:34:15 -05:00
HMBGERDO
b20d5558cd slowdown now applied only if pulled object has gravity (#21272) 2023-06-26 20:29:44 -05:00
Nathan Winters
25360fbdd0 Tweaks the vomit() proc (#21466)
* Remove muzzles/facehuggers blocking vomiting

* Readability
2023-06-26 10:21:18 -05:00
DGamerL
b759ced58b Plasmafire hotfix (#21440)
* I am in severe pain

* airlock changes

* whoops walls were too low

* blocking heat spread

* removes tweaks
2023-06-23 15:00:36 -05:00
Luc
7115eca62e Allows for the gravity generator to be cmagged. (#20944)
* Add gravgen cmag interaction

* Bump cmag cooldown

* Add some checks for power state

* Sean review
2023-06-22 20:53:23 +01:00
DGamerL
984eecd06e Buffing plasmafires [READY FOR REVIEW] (#21000)
* Floors now almost won't melt

* grug wallmelting attempt

* Revert "grug wallmelting attempt"

This reverts commit e626504990.

I have a better idea

* letsgooo it worked (kinda(airlocks only))

* fuck yeah it worksss

* We stay winning

* woe, runtimes be upon ye

* Experimental values and some cleaning up

* nvm I hate atmos code

* more tweaks

* da window change

* Sean suggestion and temp increases
2023-06-22 18:18:30 +01:00
Nathan Winters
58a5fc9e46 Make reagents adjust temperature towards actual bodytemp (#20821) 2023-06-22 17:30:02 +01:00
HMBGERDO
fc3dcb1254 Laggy DragNDrop fix (#21052)
* added dragndrop click methods for atoms

* some updating, little changing MouseDrop logic

* added INVOKE_ASYNC to delayed procs

* cleanup

* cleanup

* cleanup

* no cheesing

* more comments, removed  variable from atom

* whoopsie

* added inventory screen objects support, disabling tooltips now disables all tooltips, not only items

* fixing table hitting self issue
2023-06-22 17:19:52 +01:00
Kugamo
418fb81031 Bluespace Harvester Resprite (#21232)
* the only commit

surely..

* Commit # 2

😱

* Sirryan Review 1

* S34N review

+ fixed it not changing icon when the power supply cuts out

* Vi3trice Review
2023-06-22 11:58:29 +01:00
Contrabang
4268b178c4 boooooooooooks (#21379) 2023-06-21 23:19:18 +01:00
GDN
5b92315680 adds a little extra security to shuttle manip var-editing (#21374) 2023-06-21 23:16:21 +01:00
Burzah
f8fb66d84a [TGUI] Particle Accelerator (#21370)
* TGUI Particle Accelerator - First Pass

* interface_control wire check

* Update tgui/packages/tgui/interfaces/ParticleAccelerator.js

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

* Apply suggestions from code review

Adding in the gray out for the buttons.

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

* formatting and margin fix

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
2023-06-21 23:13:44 +01:00
Adrer
f1d6229777 Blacklists certain items from the experimentor. (#21368)
* Blacklists certain items from the experimentor.

* Remove unused variable

* Update code/modules/research/experimentor.dm

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

* Revert "Update code/modules/research/experimentor.dm"

This reverts commit b666073133.

* Fix

---------

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
2023-06-21 23:12:27 +01:00
Qwertytoforty
4aac4eb543 Improves illusions, nerfs stealth armor (#21299)
* Improves illusions, nerfs stealth armor

* proper checking / lewcs requests

* outdated comment be gone
2023-06-21 23:08:47 +01:00
cybercapitalism
c7f57e04e4 fix heck helmet typo (#21342) 2023-06-21 22:56:10 +01:00
Qwertytoforty
01b09bf3e8 You can no longer get the supermatter sliver objective if the station does not have a supermatter (#21337)
* You can no longer get the supermatter sliver objective if the station does not have a supermatter

* sirryans changes
2023-06-21 22:55:39 +01:00
Vi3trice
0f1b58cb8b wow really (#21335) 2023-06-21 22:53:24 +01:00
Qwertytoforty
eb3b6758a9 Universal self assembling gun part kit (#21292)
* Universal self assembling gun part kit

* Update code/modules/crafting/guncrafting.dm

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>

* Update code/modules/crafting/guncrafting.dm

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>

* universally avalible

---------

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>
2023-06-21 22:45:52 +01:00
BiancaWilkson
e6f8b543ae Refactors rocket launchers, adds it to nukie uplink (#21273)
* initial changes to rocket launcher

* moves the missiles to special projectiles

* gonna keep it real, im too high for mechcode

* missiles are now projectiles

* pt. 2 of last commit

* Now we don't need process fire to handle all this

* shoots you with my gun that makes you explode

* uplink time

* I hate mechs I hate mechs I hate mechs

* minor typo detected

* tech origin fix

* whoops the light ones explode twice

* THIS JUST MAKES IT WORK????

* maybe balance is a good thing

* Renamed ammo in uplink

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

* sirryans reviews, ill learn to document someday

* Forcemove time

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

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
2023-06-21 22:39:29 +01:00
Contrabang
ce10f4d508 [TGUI] Botany plant DNA manipulator (#21271)
* genemod 1

* gene mod

* icon replacement and prettying

* insert + cancel fixes

* remove operation = ""

* genemodder review part 1

* sirryan review part 2

* sirryan review 3
2023-06-21 22:35:42 +01:00
Venuska1117
7015508b94 Space Ruin: Voyager (#21205)
* Add voyager

* Add Golden Record
- Add Golden Record icon
- Add Golden Record basic code (i am not coder)

* oops
- Move voyager code to specific folder

* delete file

put in wrong place

* Fixes path

* Upgrades Golden Record code
- Now it have weight, resistance and Technology origin (biotech:6 Data:6)

* Updates
- Add name for item, so now its called "Golden Record".
- Add "Golden Record" inside safe.

* Modificate file for voyager to spawn
- It will never make duplicate and it have chance to spawn

* Make "cost" for ruin to spawn
- Now ruin spawn require "cost" of 1

* Trying fix space structure spawning

* REEE why it dont want to work

* returning missing solar panel

* Batch of update:
- New sprite for "Golden Record" made by @mcramon
- Changed Code to be more appealing, and added description.
- For information, paradise.dme automatically corrected my placement in code, so i say it did it for me.

* Add description
- Add description for "satellite component storage":
"Plate covering inside storage is wide, it have engraved "Voyager" on it."

* Change "description = " to "desc = "

* Trying to fix conflict with "desc = "

* Fixing to moment when error is gone.

* New stuff:
- Added new titanium wall named "satellite components storage"
desc: "There is plate covering inside storage, its wide and it have engraved 'Voyager' on it."

* Removing sheets from wall.. (?)

* Small changes
- Made "Golden Record" force you to use your both hands to pick it up and hold it.
- Now "Golden Record" have "bulky" weight.

* Always forget something
- change "Golden Record" in map to correct, new one.

* Addind Noop on satellite.
- Now its fully covered in noop (Passtrough)

* Fixes Light issues
- Used Area Passtrough instead of "Near Station" it don't create Light issues.
2023-06-21 22:23:36 +01:00
Qwertytoforty
0bf677fb7e Sarin now works overdosed again (#21402) 2023-06-20 22:52:33 +01:00
warriorstar-orion
ef1443bd56 Whitespace fixes. (#21371) 2023-06-19 19:43:56 +01:00
Divulf
443b619acd Fixes penlights being unable to write. (#21348) 2023-06-18 14:30:52 -05:00
Taran
eaae1c62d5 fixes applying and removing pandora's hope effect (#20958)
* fixes applying and removing pandora

Pandora can now be applied to and removed from another person

* removes unused code

removes unused code

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

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

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

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

* adds param to base proc on_removed() to prevent runtimes

* uses has_suit instead

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

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

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
2023-06-18 13:20:30 +01:00
Contrabang
bdcc418467 You can now help intent click on people to complete a dap, highfive, or handshake (#21251)
* dap moment

* lewcc review

* lewcc review
2023-06-17 11:08:59 +01:00
AffectedArc07
9ccb9bddc4 2-way server heartbeats (plus bonus DMAPI update) (#21101)
* 2-way server heartbeats

* Upgrades people, upgrades

* DMAPI bump again

* How did this compile

* BALLS
2023-06-17 11:00:01 +01:00
Contrabang
33a97a4c95 Synditele kit now comes with chameleon mesons (#21227)
* chameleon mesons

* sirryan review

* destroy + emp
2023-06-16 19:34:11 +01:00
Coolrune206
6e278f2841 prevents silver slimes from generating wiz mugs (#21307) 2023-06-16 18:51:43 +01:00
Qwertytoforty
65fc546a23 Blacklists some other bottles from silver slimes (#21309) 2023-06-15 21:20:31 +01:00
HMBGERDO
b74cd79c03 Allows us to drop NODROP items if there is other way to get rid of them (#21080)
* adds proc to check if we can drop nodrop items

* C:/Program Files/Git/obj/effect/proc_holder/spell/touch refactor, support for wizard spells, xeno spells and changeling shield

* bug fixes, cleanup

* moved to signals, added support for mime fingergun

* fixed bugs

* cleanup

* same proc for removing weapon from active or any hand

* changeling fast swap exist again

* cleanup

* fix runtime

* signals cleanup

* review update

* Update code/datums/spells/mime.dm

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

* Update code/datums/spells/mime.dm

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

* Update code/datums/spells/touch_attacks.dm

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

* review updates

* fixing bug

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
2023-06-15 19:18:17 +01:00
GDN
b05e27bb17 Adds summon supermatter, a new wizard spell (#21096)
* Devious intent

* bam

* also this

* Update code/game/gamemodes/wizard/spellbook.dm

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

* now a shard

* Update code/datums/spells/summon_supermatter.dm

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

* Update code/game/gamemodes/wizard/spellbook.dm

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

* improved code

* log name removal

* good enough

* conflict

* sprite by mcramon

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2023-06-15 19:16:47 +01:00
Kugamo
094ca3c733 Blood now floats in zero G (#20993)
* Da Vlood

* removes_unused_icons

* Yep sprites

* fixes xeno blood and vomit

* Commit number x

* Steel Review Changes 1

* Henri Review Changes 1

* fixing vomit

🌋

* Haha haha ha ... ha

* fixing layering issueeee

* Sirryan2002 Review

THANKS

* implicit var/

* Sirryan Review 2

Electric Boogaloo

* Testmerge Update 1

gibs were still getting animated, blood drying while animated in space looked very jank.

all fixed

* unused variable

AHSDHASOIADGSOISA

* Testmerge Update 2

tracks floating annoyingly

* Improvements

-blood globules will now continue with the inertia of their emittor, instead of towards wherever they were facing
-drops will now have visible sprites after splatting
[running animate() still sometimes doesnt stop the animation annoyingly]

* errors

* Sirryan Review 3
2023-06-14 21:17:08 -05:00
GDN
3508ae1724 limbs can be attached to bodies again (#21341) 2023-06-14 20:57:32 -05:00
Qwertytoforty
89aa0d54de Reverts give chitinous armor durability. Gibbers can now accept clothed people, but take more time. (#21186) 2023-06-14 22:00:23 +01:00
GDN
ee211e3f11 Digital Camouflage now makes you fully invisible to the AI (#21184)
* you are now invis hacking woooo

* Update code/modules/antagonists/changeling/powers/digitalcamo.dm

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

---------

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
2023-06-14 21:43:28 +01:00
Qwertytoforty
6bd816fbc4 Fractional slowdown under 0.5 no longer slows you, reduces damage neded to slow instead (#21169)
* Fractional slowdown under 0.5 no longer slows you, reduces damage needed to slow instead

* #undef

* Apply suggestions from code review

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

* requested changes

* early gravity return

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
2023-06-14 21:22:25 +01:00
GDN
ff41b0b109 improves clarification on having martial arts as a non carbon (#21189)
* improves clarification on having martial arts as a non carbon

* worked in testing

* xenomicrobes
2023-06-14 21:18:24 +01:00
1080pCat
60cd7360f5 the lathe now really only gives illegal (#21206) 2023-06-14 21:17:32 +01:00
Contrabang
032e1c1501 foodcrate (#21207) 2023-06-14 21:17:14 +01:00
GDN
6fa7eec1e0 players no longer hear a malf ai hack an apc (#21211) 2023-06-14 21:16:53 +01:00
GDN
5022baa988 dchat now gets an alert on what jobs have changed in Bureaucratic error (#21214)
* dchat now gets an alert on what jobs have changed in a Bureaucratic Error event

* Update code/modules/events/bureaucratic_error.dm

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

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2023-06-14 21:15:48 +01:00
HMBGERDO
3112bef850 Throw mode changes client cursor when activated (#21219)
* throwmode cursor changing

* do not make PRs at 4 am
2023-06-14 21:15:11 +01:00
ppi13
15d0db1757 Lets you click the overmind. (#21222) 2023-06-14 21:14:27 +01:00
Burzah
9d0fad1a41 TGUI - Turbine (#21226)
* TGUI Turbine port

* Apply suggestions from code review

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

* TGUI data and operational change

* If check for compressor and turbine

* another if check

* tgui fix progress

* small adjustment to resolve

* oops... missing semicolons

* progress update, reconnect needs to be fixed

* small adjustment to const TurbineWorking

* Apply suggestions from code review

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

* adjustments to resolve conversations

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
2023-06-14 21:14:08 +01:00
Bjamcham
a3355c5fd0 Solars Price Reduction (#21230) 2023-06-14 21:11:34 +01:00
cybercapitalism
f2cfa470db adds detective to sleek veil whitelist (#21247) 2023-06-14 21:11:10 +01:00
Adrer
268f44a545 Fixes Restore Power Routine (#21266)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
2023-06-14 21:06:25 +01:00
Adrer
a76b19bac7 Prevents the installation of a second brain (#21321)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
2023-06-14 20:58:47 +01:00
GDN
f51cfd3ed1 organs no longer gain germs while in a changeling egg/headslug (#21239)
* organs no longer gain germs while in a changeling egg/headslug

* sneaky clarification improvement
2023-06-12 20:20:38 -05:00