Commit Graph

10469 Commits

Author SHA1 Message Date
Fox McCloud
efa3aecb61 Ports TG Pickup, Equip, and Drop Sounds (#15572)
* Ports TG Pickup, Equip, and Drop Sounds

* really
2021-02-24 12:51:59 +00:00
Fox McCloud
7b7ea0a191 Removes Deformed Sprites (#15588) 2021-02-24 12:45:58 +00:00
Fox McCloud
78cb60f160 Fixes Some Sounds Having Reverb (#15602)
* Fixes Some Sounds Having Reverb

* typeless
2021-02-24 09:34:34 +00:00
Fox McCloud
536202714e Merge pull request #15589 from SabreML/is-clownings-yaya
Attempts to make Vox clowns funny
2021-02-23 17:42:41 -05:00
SabreML
29932437b5 Fire Hugging V2 (#15563) 2021-02-23 11:55:47 +00:00
Fox McCloud
64064019d8 Adds Sound Environments: Reverb and Echo (#15378) 2021-02-23 11:52:34 +00:00
SabreML
9f0ee525be Vox clowns 2021-02-22 20:52:46 +00:00
dearmochi
196b23d3d5 Fixes some overlay screwery on death and revival (#15192)
* Toggles fullscreens off/on on death/revival instead of deleting them

Fixes a lot of issues regarding fullscreens (vulpkanin NV/welding shield
overlay vanishing, crit overlay not persisting on defib)

* Restores blind effect when defibrillated back to life

Fixes issue where the blind overlay wouldn't appear
when defibrillated, even though the patient is
unconscious/blind
2021-02-21 21:45:32 +00:00
Fox McCloud
02b9445b9b Refactors DNA Mutations; Refactors Mutations to use Traits (#15483)
* Refactors Mutations

* traits

* more work

* styling fix

* yet even more work

* oh hush

* almost there

* it continues yet further

* and that's genetics done

* and that's it folks

* last bit and golem fixup

* oof

* oops

* tweaks and fixes

* styling
2021-02-21 21:25:19 +00:00
dearmochi
617e62b66f Fix and tweak parrot behaviour (#13652)
* Fix and tweak parrot behaviour

Parrot stolen item now renders under the parrot's icon to make it more clear when it holds something - remember to harm the parrot to make it drop the item
Parrot adjacency checks now take windows into account - this fixes issues where the parrot would teleport behind a window to perch/steal an item
Parrots no longer try to perch/steal an item in a turf that is inaccessible to them infinitely, causing them to be stuck
Add emotes when parrot drops item
Change default parrot name to not be improper
Clean up code where possible
Correct grammar errors in parrot messages
Fix attacking parrots in harm mode not triggering specific behaviour

* Code cleanup, CanAStarPassTo atom proc

* Fix Travis

* Address farie

* Address farie 2

* fix atkverb confusion

* use LAZYINITLIST

* remove some out of scope defaults
2021-02-10 22:41:41 +00:00
Ryal
a18c22e2fa Removes refilling code from drinks for borgs. Makes Beer2 refill slightly faster. (#15277) 2021-02-10 18:25:19 +00:00
SabreML
c864fbe20f Arrivals message html (#15465) 2021-02-10 18:16:16 +00:00
SabreML
ae3c63936b Cryo announcement language fix (#15493) 2021-02-10 16:33:20 +00:00
dearmochi
94a3481a89 Fixes wrong atom name being used when failing to equip something (#15459) 2021-02-08 09:17:18 +00:00
SabreML
715ceb2c11 Adds a name for the Chef's pet Goat (#14222)
* Added a name to the Chef's pet goat

* Changed 'unique_pet' to true, to stop renaming

Also changed 'New()' to 'Initialize()', since it's better.

* Revert "Changed 'unique_pet' to true, to stop renaming"

This reverts commit b8f722b161.

* Revert "Added a name to the Chef's pet goat"

This reverts commit 034a83b1f1.

* The Chef's goat is now named Pete

* Pete is now a subtype

* 'unique_pet' is now 'TRUE', rather than '1'

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

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
2021-02-06 21:54:08 +00:00
SabreML
298bff6b7a Channel removal (#15443) 2021-02-05 11:29:19 +00:00
Fox McCloud
8947e97f3b Refactors Electrocution and Tesla Zapping (#15357)
* Refactors Electrocution and Tesla Zapping---Improves Supermatter and Tesla

* forgot this one

* fixes and styling

* last tidbits hopefully

* machine frames

* use flags

* styling
2021-02-03 20:52:03 +00:00
Kyep
38d1c93586 Prevents server-freezing spin() calls (#15428)
* Fixes server-freezing spin() calls

* AA suggestion

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2021-02-03 09:22:53 +00:00
SabreML
c7bea0eb8e [TGUI] Drone Control Console (#15222)
* Drone UI V1

* Bigger button

And admin log clarification

* Review 1

Also commented out the drone 'rebooting' action, since it didn't work.

* Spacing

Seemed a bit too cluttered.

* Review 2

Co-Authored-By: dearmochi <shenesis@gmail.com>

Co-authored-by: dearmochi <shenesis@gmail.com>
2021-01-30 23:54:09 +00:00
Fox McCloud
003a1f7cba Tank Refactor; Breathing Retool (#15371)
* Tank Refactor Breathing Retool

* missed maps and doc

* just in case
2021-01-28 20:57:37 +00:00
Fox McCloud
d2e22fb942 Merge pull request #15374 from AffectedArc07/initialized-blobs
Makes blob stuff /Initialize()
2021-01-28 15:48:30 -05:00
dearmochi
e5e9f107b0 Uses crisp font in antagonist HUD maptext (#15375)
* Uses crispy font in blob HUD maptext

* Other antags
2021-01-28 20:44:46 +00:00
AffectedArc07
0eb73ed657 Merge remote-tracking branch 'ParadiseSS13/master' into initialized-blobs 2021-01-28 15:56:44 +00:00
AffectedArc07
c39d8ada02 Makes blob stuff /Initialize() 2021-01-28 15:49:07 +00:00
SabreML
81138b8b66 Adds a warning message if the game config files aren't set up properly (#15238)
* Config file warning V1

* Better version

* More stuff

* Log and ingame message

* File names

Also removed all ' from the `log_world()` since they ended up encrypted in the actual log.
2021-01-27 17:39:21 +00:00
Fox McCloud
de795c4e31 Radiation Refactor (#15331)
* First Commit

* visible radiation and engine goggles

* correction

* t-ray fix

* further adjustments and fixups

* gieger addition and cleaning fixup

* yet more fixes

* styling fixes

* fixes

* human glowing fix

* do the merge conflict avoidance dance

* Update supermatter.dm

* supermatter rads

* mapping in

* radiation doors

* yeah yeah line endings

* clean up

* styling issues

* showers
2021-01-24 22:03:13 +00:00
SabreML
a8b7888ae9 Cable Retracting (#15285) 2021-01-24 13:39:08 +00:00
SabreML
039f82d17e 'Who' verb chat spam improvement (#15307)
* Who separation

* Revert "Who separation"

This reverts commit 1ba50cbf3d.

* Status Panel

Due to popular demand... version 2!
2021-01-24 13:37:44 +00:00
FreeStylaLT
573520fc1e Changes HoS outfit and adds an assistant outfit for Plasmamen (#15316) 2021-01-24 13:36:54 +00:00
Fox McCloud
bcc496edcd Supermatter Update (#15291)
* Supermatter Update

* tweaks and updates

* mapping it in

* tweaks and fixes

* one last thing

* final touches

* what? NO
2021-01-23 20:47:54 +00:00
Ryal
09d47409a2 Allows Janitor borg's EMAG lube to refill in a charger (#15278)
* Allows Janitor borg's EMAG lube to refill in a charger

* Update code/modules/mob/living/silicon/robot/robot_modules.dm

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

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2021-01-20 10:10:08 +00:00
Farie82
4224400ae7 Improves existing projectile logging. Deflect/Reflect etc (#15281)
Co-authored-by: joep van der velden <15887760+farie82@users.noreply.github.com>
2021-01-20 10:08:37 +00:00
Farie82
d8714d98bc Makes the plasmacutter and spellblade not delete cut of limbs (#15288)
Co-authored-by: joep van der velden <15887760+farie82@users.noreply.github.com>
2021-01-20 09:55:24 +00:00
SabreML
0ea3df1195 Update carbon.dm (#15227) 2021-01-18 21:45:32 +00:00
AffectedArc07
9480211187 Updates code to be compatible with new lints (#15290) 2021-01-15 13:05:43 -05:00
AffectedArc07
0dad79415a Nukes AI Multicam (#15279)
* Nukes AI Multicam

* Ah line endings
2021-01-15 13:05:08 -05:00
SabreML
56423a0049 Ghost employment (#15271) 2021-01-14 21:43:09 +00:00
Farie82
256abb5375 Adds better logging for to_chat. Fixes update_inv_wear_mask runtime (#15276)
Co-authored-by: joep van der velden <15887760+farie82@users.noreply.github.com>
2021-01-14 21:41:18 +00:00
Kyep
bd7347378a Spiderling Pathing Tweaks (#15151)
* Spiderling Pathing Tweaks

* fixes spiderling/rechargestation interaction the right way

* Steel suggestion

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

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
2021-01-10 20:12:55 +00:00
DevL
77d173cb7f Stops crew from pushing massive spiders (#15062)
* Stops crew from pushing massive spiders

* Runtimes bad

changes "STRONG" to "MOVE_FORCE_STRONG"

* Adds purples
2021-01-10 20:08:44 +00:00
dearmochi
35de0c3ced Adds the Supply radio channel to Generalist cyborg (#15207) 2021-01-10 19:53:54 +00:00
Fox McCloud
8b3b967247 Starvation No Longer Impacts SSDs (#15225) 2021-01-07 11:21:07 +00:00
Mr.Gustavo
8cee720b8d Headslugs pass through people. (#15231)
* Slugfix

They now pass tables and mobs
Also you have to shoot them and not the tile they're sanding on for them to get shot.

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

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
2021-01-07 11:20:28 +00:00
AffectedArc07
462f1e1f6c A bit of GDPR compliance stuff (#15237)
* Moves TOS consent to /client instead of /mob

* Only store cookies if the client allows it
2021-01-04 14:05:58 -05:00
AffectedArc07
43ee2488c7 More New() -> Initialize() for /obj/structure (#15158)
* More New() -> Initialize() for /obj/structure

* Updates these

* Tweaks + Fixes
2020-12-29 10:42:39 -05:00
AffectedArc07
8f72d7556e Annihilates the blackbox (#15132)
* Lets get this show on the road

* Now were talking

* These matter

* Oh the joys of CI testing

* And this

* Wrong version

* Tweaks

* More tweaks

* Lets document this

* This too

* Upgrades this

* Fixed some sanity issues

* This too

* Screw it, this too

* More sanity

* And these

* This too

* Documentation

* This too

* Fixes **awful** scoreboard logic

* Why do we care about only half-absorbing someone

* Revert "Why do we care about only half-absorbing someone"

This reverts commit 8de1cfdf05.

* Refactors these

* Hashing

* Moxian tweaks
2020-12-24 16:06:48 -05:00
Varghh
e54fad8525 Nuka cola speed buff nerf (#14815)
* Nuka cola now gives radiation

* Moxian review

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

* Nerf speed, remove radiation

Co-authored-by: moxian <moxian@users.noreply.github.com>
2020-12-22 11:19:03 -05:00
Kyep
4de544a68b Nerfs terrors' ability to pull canisters, tanks and other objects (#15113)
Co-authored-by: Kyep <Kyep@users.noreply.github.com>
2020-12-20 21:06:14 +00:00
AffectedArc07
c92785fea7 Removes areamaster (#15149) 2020-12-20 08:24:16 -05:00
Farie82
2b51794d37 Fixes handle_fire for mobs. Especially xenos (#15134)
Co-authored-by: joep van der velden <15887760+farie82@users.noreply.github.com>
2020-12-18 08:53:16 +00:00