Commit Graph

21462 Commits

Author SHA1 Message Date
Contrabang
b1eda77f01 Adds happiness (a new chemical) (#21718)
* Adds happiness

* epic linter fail

* epic comma fail

* fuck i forgot to change the name

* deconflict it PROPERLY

* jimkil review
2023-08-12 18:22:18 +01:00
Fridge Burns
2f711fb321 Screwdrivers can now be recycled in autolathes (#21629)
* screwdriver can be put into autolathe

* Redundant and misspelt  comment

* minutia

Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>

* add COMSIG_TOOL_ATTACK

* tools can be inserted on harm intent

* use signal to allow screwdriver to be inserted into the autolathe

* accidental spaces

* parenthesis for clarity

* snake_case 1

Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>

* snake_case 2

Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>

* dont direct istype check the screwdriver

* . defaults to null

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

* add SIGNAL_HANDLER to the proc that handles a signal

---------

Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
2023-08-12 18:21:17 +01:00
Divulf
be0cd179d3 Adds 5 mannitol pills to the psychiatrist's pill bottle (#21557) 2023-08-11 15:36:53 +01:00
DGamerL
0264614ab1 Halves the time needed to hack a door with the access tuner (#21895)
* halves speed

* Update code/game/objects/items/control_wand.dm

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

---------

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>
2023-08-11 14:30:14 +01:00
Henri215
4398e2c003 Fixing common spelling mistakes part 4 (#21945) 2023-08-10 17:27:20 -05:00
GDN
070157567d morphs no longer get sent to nullspace (#21940) 2023-08-10 17:12:59 -05:00
1080pCat
7705f3af1f actually updates now yippie (#21932) 2023-08-10 17:04:21 -05:00
Henri215
8eaba9f40f Fixes a floor thing (#21962) 2023-08-10 14:18:53 -05:00
DGamerL
cdef637e7f Stops guardian spirits from being buckled (#21896)
* the fix

* We use defines now
2023-08-07 22:45:29 +01:00
Henri215
413c41058a Fixes the declaration of war item description (#21892) 2023-08-05 01:54:17 -05:00
Henri215
18db2efa3d The operating computer no longer "speaks" with no power (#21874) 2023-08-05 01:10:46 -05:00
Henri215
bcb5440906 Fixes a thing (#21912) 2023-08-03 23:14:37 -05:00
Silverplate
9186b7d421 Adds Corporate Judo, an optional alternative to the stun baton (deconflicted edition) (#21229)
* Adds Judo, Judo belt, and increased harm damage

* Judo users can no longer use batons (any type)

* Adds Discombobulate combo

* adds Eye-poke combo

* copy-paste related error fixes

* adds throw (knockdown) combo

* adds Armbar and Fatailty Combos

* assorted changes (spelling, args, unneeded checks)

* minor changes to belt item

* updated desc, fixes belt item pathing

* adds 3 belts to secvend

* Adds sprites courtsey AVeryReulctantSpider

* Assorted code cleanup (thx Henri)

* minor grammatical issues

* Adds Judo, Judo belt, and increased harm damage

* Judo users can no longer use batons (any type)

* Adds Discombobulate combo

* adds Eye-poke combo

* copy-paste related error fixes

* adds throw (knockdown) combo

* adds Armbar and Fatailty Combos

* assorted changes (spelling, args, unneeded checks)

* minor changes to belt item

* updated desc, fixes belt item pathing

* adds 3 belts to secvend

* Adds sprites courtsey AVeryReulctantSpider

* Assorted code cleanup (thx Henri)

* minor grammatical issues

* junk commit to re-open PR

* pronoun consistancy

* Lewc review #1

* de-jankification, buffs eye poke

* Reduces harm intent damage from 10 to 7

* descriptions

* lewc name change

* weight class is now bulky

* wheel throw fix, discombob buff (slight)

* Throw buff (Grab > disarm)

* partial lewcc review

* assorted reviews (HIIYAA edition)

* Eyepoke, discombobulate can be done on the ground

* hal second pass review

---------

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
2023-07-30 18:08:16 +01:00
Henri215
32132e4274 Hooking someone on a meat spike is now logged (#21857)
* Hooking someone on a meat spike is now logged

* Could use this? idk

* Checking for client

* mind is better

* Update code/game/objects/structures/kitchen_spike.dm

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

---------

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
2023-07-29 17:09:19 -05:00
Badoniondev
9dc983d026 fixed the sound. (#21842) 2023-07-29 12:40:44 -05:00
Contrabang
2143d557bd oh the humanity (#21845) 2023-07-27 20:09:45 +01:00
DGamerL
083262dbd9 Morgue trays now can't move while in no gravity (#21777)
* fixxx

* this is an oldcoder moment

* Update code/game/objects/structures/morgue.dm

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

---------

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
2023-07-27 15:57:13 +01:00
GDN
067ce5670e removes uses of << sound, replaces with send_sound (#21774)
* removes uses of << sound, replaces with send_sound

* readds sound wrappers
2023-07-27 15:57:04 +01:00
Divulf
aab87dff3c Allows simple mobs to be scanned by health analyzers. (#21802)
* Allows simple mobs to be scanned by health analyzers.

* Better math.
2023-07-27 15:56:06 +01:00
Qwertytoforty
10aca7d9f1 pulse lasers no longer have shenaigins that cause the floor to breach (#21817) 2023-07-27 15:55:21 +01:00
Sadhorizon
acdeedd178 hydrocoat (#21821) 2023-07-27 15:55:04 +01:00
HMBGERDO
d7f55f1122 garrote can now be used from any angle on incapacitated (#21830) 2023-07-27 15:54:38 +01:00
DGamerL
e10f0c4a7e the fix (#21808) 2023-07-26 11:42:23 +01:00
DGamerL
1d4f3187ee Fixes agent IDs not working when you are put into a different body (#21784)
* needs testing

* okay this works

* pinpointer fix

* Steelslayer review

* my bad, sorry
2023-07-25 22:14:55 -05:00
matttheficus
c9c7c79d66 Fixes Blueshield/Magi Job EXP Issues (#21815)
* im a silly goose

* oops this too
2023-07-24 18:02:08 -05:00
Contrabang
17a4df5a4c Fixes some issues with command and sec job lists (#21806)
* oh god oh god

* oops, forgot to remove that

* name changes
2023-07-24 14:24:09 -05:00
S34N
00c823f219 fix ssd runtimes (#21811) 2023-07-24 20:23:32 +01:00
matttheficus
748bf7b988 slapping silly (#21760) 2023-07-24 15:54:32 +01:00
matttheficus
15c5acd05c Adds the Prototype Freedom Implant (#21759)
* FREEEEEEEEEEEEEEEEEEEEDOM

* stop showing everyone i copy paste my code smh
2023-07-24 15:53:54 +01:00
Charlie
5ccd8241c4 homing projectiles + wizard spell (#21752) 2023-07-24 15:52:17 +01:00
Bjamcham
c874e8d1d9 The automatic Cryo storage Portal will no longer spark on use (#21739)
* New cryo portal subtype

* A better way to do it

* Update code/game/objects/effects/portals.dm

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

---------

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
2023-07-24 15:45:58 +01:00
Springf
79c2e797bb Scrying Orb gains Nightvision (#21729)
Gives night vision to the scrying orb in addition to xray vision.
2023-07-24 15:45:25 +01:00
DGamerL
b6e8403ebb gimmegimmegimme (#21727) 2023-07-24 15:44:54 +01:00
GDN
0e0c726a5b If you get facehugged and nested, you are now able to ghost (#21717)
* If you get facehugged and nested, you are now able to ghost

* more shit

* zamn

* Revert "zamn"

This reverts commit b864798b2f.
2023-07-24 15:44:20 +01:00
matttheficus
f48693ef4c Adds Fragmentation Grenades to the Uplink (#21726)
* boom boom pow

* ctrl + c / ctrl + v is bad
2023-07-24 15:42:11 +01:00
Sadhorizon
83fb15d9df seccomms (#21721) 2023-07-24 15:41:51 +01:00
Contrabang
f06f209f92 Revolutionaries now have a grace periods from attacks after beating deconversion (#21716)
* deconversion help

* scuffed?
2023-07-24 15:38:48 +01:00
SteelSlayer
b1beace4ea stealth implant cooldown balancing (#21713) 2023-07-24 15:36:56 +01:00
Contrabang
2e7c83866c Fixes headrevs being able to be mindshielded (#21714)
* VIVAAAAA

* sirryan review
2023-07-24 15:36:42 +01:00
Fridge Burns
4f145b9fe0 make sure thrower is a mob (#21695) 2023-07-24 15:32:37 +01:00
GDN
d907f0610e Clown is slippery and the mime has no footsteps (#21675)
* Clown is slippery and the mime has no footsteps

* bam
2023-07-24 15:28:51 +01:00
larentoun
09eeabcbbf [FIX/FEAT]: Bomb Guardian fixes and more DETONATE options (#21654)
* fix: Bomb Guardian fixes and more DETONATE options
https://github.com/ss220-space/Paradise/pull/1214

* fix: helper
2023-07-24 15:20:35 +01:00
matttheficus
eeca206ccf Removes Green Giant Spider from Gold Slime Cores (#21615)
* begone dchat and admin spam

* sirryan review
2023-07-24 15:16:00 +01:00
JimKil3
bcea9d3377 Cryogenic anomalies & armor (#21603)
* cryogenic anomaly

* sprite

* reactive gelidic armor

* america number 1 raaah

* sprite (thanks atp)

* qwerty suggestion

* floor freezing

* Update code/game/objects/effects/anomalies.dm

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

* steel review commit 2

* whitespace apparently? idk

* whitespace fix (real)

* vetus

* Update code/game/objects/effects/anomalies.dm

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

* Update code/game/objects/effects/anomalies.dm

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

* Update code/game/objects/effects/anomalies.dm

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

* Update code/modules/clothing/suits/armor_suits.dm

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

* Update code/modules/clothing/suits/armor_suits.dm

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

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

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

* early return thing

---------

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
2023-07-24 15:11:21 +01:00
Qwertytoforty
f58219a6f0 Makes anomalies deadlier. Again. (#21525)
* Makes anomalies deadlier. Again.

* Update code/game/objects/effects/anomalies.dm

Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>

---------

Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>
2023-07-24 15:03:17 +01:00
Burzah
d39d96948e Cyborgs and Drones dust when interacting with Supermatter Slivers (#21750)
* sillycon dusting

* Apply suggestions from code review

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

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
2023-07-24 15:00:13 +01:00
Bjamcham
00a474f6fe New sliver layer(The right branch edition) (#21744) 2023-07-24 14:56:59 +01:00
matttheficus
14720a1978 tweak time (#21746) 2023-07-24 14:56:38 +01:00
DGamerL
f04a318dfd Floodlights can now only be turned on if they are anchored (#21680)
* aight we ball

* Sirryan review

* Lewcc review
2023-07-24 10:11:59 +01:00
Luc
83229034da Significantly reduce volume of disposals machinery when processing a ton of items (#21700)
* Reduce volume of recycler when consuming a ton of items

* Quiets up the rest of disposals machinery

* Defines, not magic numbers

* Apply suggestions from code review

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

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
2023-07-23 23:32:35 +01:00