Commit Graph
4656 Commits
Author SHA1 Message Date
AtermoneraandGitHub cef23cc2f4 Merge pull request #6823 from lbnesquik/KoK-PDA-tweak
Makes PDA beeps a toggable option.
2020-03-15 11:46:57 -07:00
AtermoneraandGitHub 22e28f29fe Merge pull request #6804 from Cerebulon/bigsounds
Big Bastard Incidental Sound Port
2020-03-15 11:38:44 -07:00
lbnesquik aa9998c223 Makes PDA beeps a toggable option. 2020-03-13 01:44:00 +01:00
NeertiandGitHub 09f9e0b3d7 QoL: Hacking (#6810)
* Makes hacking window consider all hands instead of just the active one.

* Makes bottom indicators in hacking window go bold if they changed since the last refresh.

* Changelog
2020-03-11 17:36:26 -07:00
CerebulonandGitHub 2670a1c0e4 Adds more machine button sounds (#6802)
* Adds more machine button sounds

* chang
2020-03-11 17:30:42 -07:00
CerebulonandGitHub e729256464 PDA Boops when you button (#6801) 2020-03-11 17:29:51 -07:00
Aronai SieyesandGitHub d391d9ab12 Mobs can be incorporeal (#6791)
* Mobs can be incorporeal

Prevents step noises, getting shot, etc. Basically living ghosts. Feel free to add more places this should check, but I think this is a majority.

* Fix missing incorporeal floatyness
2020-03-10 22:33:38 -07:00
Cerebulon 5009165afd fixes + changelog 2020-03-09 00:11:21 +00:00
Cerebulon b047c2a45e Fixed toolbox sounds 2020-03-08 23:37:48 +00:00
Cerebulon 52e6669bf9 Big Bastard Incidental Sound Port 2020-03-08 23:25:45 +00:00
MechoidandGitHub 51fd39f84a Exosuit Expansion: Return of the Ripley (#6767)
* Expands further upon Exosuits.

* FixFix Inflatable Deployer

* Changelog, fix oversights.

* Burst.

* Default 0
2020-03-07 21:51:50 -08:00
02f97a116e Adds ecigs and vaping (#6753)
* Adds ecigs and vaping

* Uncomments ssobj

Co-authored-by: lemon <lemon@localhost.localdomain>
2020-03-06 07:09:24 -08:00
Aronai SieyesandGitHub 0dd194e047 Salvageable machines (#6768) 2020-03-03 13:44:31 -08:00
AtermoneraandGitHub d13336bbe6 Fixes communicator newsfeed app. (#6713)
* Fixes communicator newsfeed app.
Fixes non-terminal while loop in get_latest_news(), helper.dm
Newscaster posts now have a world.time-esque timestamp number, so they can be (almost) uniquely identified

* whoopsie
2020-02-29 15:05:02 -08:00
NovacatandGitHub 5f799088e3 Nerfs Chameleon Kit Boxes (#6763)
* Nerfs Chameleon Kit Boxes

Because of the way chameleon kits start with items, the boxes start with a ton of storage slots to hold all the items. Sometimes people grab the boxes, dump out the original contents and stuff a ton of stuff into them as a result.

This refactors it so that all the chameleon stuff starts in the backpack instead, so chameleon kit boxes themselves are no longer superboxes

* Unnecessary comma
2020-02-29 15:01:39 -08:00
AtermoneraandGitHub aff506f6e6 Merge pull request #6752 from listerla/defib-charge
Defibrilators can be charged in rechargers
2020-02-27 20:54:03 -08:00
AtermoneraandGitHub 8079b7f771 Merge pull request #6744 from listerla/pda-holo
Adds holoPDA from Aurora
2020-02-26 18:03:51 -08:00
lemon 1cd2835e1b Defibrilators can be charged in rechargers 2020-02-25 14:27:40 -05:00
lemon dcdd450d4b Adds holopda from Aurora 2020-02-24 16:55:12 -05:00
AtermoneraandGitHub 03a01035f0 Merge pull request #6737 from listerla/penclick
Makes pen click when you click on them
2020-02-24 13:18:55 -08:00
AtermoneraandGitHub b988e8a3e2 Merge pull request #6729 from Mechoid/RailgunFixxo
Fix and tweak station Railguns.
2020-02-24 13:14:28 -08:00
AtermoneraandGitHub 0792f74f5f Merge pull request #6726 from listerla/more-sounds
Adds holster, lighter, and seatbelt sounds from World Server.
2020-02-24 13:11:24 -08:00
AtermoneraandGitHub 609dc7524b Merge pull request #6718 from Cerebulon/ChemPoIs
Added two chemical spill PoIs + More Immersive PoI Names
2020-02-24 13:00:31 -08:00
AtermoneraandGitHub dacf96b2ee Merge pull request #6701 from GeneriedJenelle/patch-1
Hide items in plant pots and plushies
2020-02-24 12:59:33 -08:00
lemon 0ac57542d9 Crayons don't click 2020-02-23 16:12:11 -05:00
Mechoid af98219a50 Fix and tweak railguns. 2020-02-22 21:43:23 -08:00
lemon 828547b964 Adds holster, lighter, and seatbelt sounds from World Server. 2020-02-22 10:21:23 -05:00
AtermoneraandGitHub 48eba82446 Merge pull request #6710 from Cerebulon/precisionplacement
Ports precision placement of items
2020-02-21 23:34:56 -08:00
AtermoneraandGitHub b96dc72800 Merge pull request #6690 from VOREStation/vplk-ntnet-fixer
Fixes to Modular Computers and NTNet Relays
2020-02-20 22:57:02 -08:00
Cerebulon dce2213a85 Added two chemical spill PoIs + More Immersive PoI Names 2020-02-21 02:25:43 +00:00
AtermoneraandGitHub 885a1c6f9b Revert "Fix runtime in helper.dm,92 (#6706)"
This reverts commit 5770291b4e.
2020-02-19 16:24:41 -08:00
Cerebulon f801cc95be Allows precision placement of most items 2020-02-19 21:16:26 +00:00
LeshanaandGitHub 5770291b4e Fix runtime in helper.dm,92 (#6706)
Lists in byond are 1-indexed not 0-indexed.
2020-02-18 22:24:30 -08:00
Arokha SieyesandLeshana 5b15917d32 to_chat replacing stream operator 2020-02-17 13:14:08 -05:00
GeneriedJenelleandGitHub 5e9507fb35 Update toys.dm 2020-02-17 17:10:32 +00:00
GeneriedJenelleandGitHub fb8970b144 Update toys.dm 2020-02-17 17:08:15 +00:00
GeneriedJenelleandGitHub 8692a7381d Hide items in plant pots and plushies
Also adds a thread and needle item. It can be useful, for future applications I suppose. On world we definitely have plans for it.

* You can see if an item is in a plant pot if you are next to it and examine it.
* You can hide tiny items in small plushies, and larger items in big plushies.
* For all your smuggling needs.
* Never trust plushies again.
2020-02-17 16:26:11 +00:00
Leshana b4556a3aee Fix NTNet Relays to be constructible/de-constructible
- Circuit boards should use type paths not strings.
- Use standard default component creation pattern.
- Fix race condition between /datum/ntnet/New and NTNet relay Initialize()
2020-02-12 00:03:27 -05:00
AtermoneraandGitHub d0159d32f8 Merge pull request #6666 from Heroman3003/synthpair-fix
Applies same restrictions as first aid to external synth repair
2020-02-10 15:53:14 -08:00
AtermoneraandGitHub 27f693670b Merge pull request #6675 from GeneriedJenelle/patch-1
Logs graffiti and crayon drawings: Non-Cursed PR
2020-02-09 20:44:25 -08:00
AtermoneraandGitHub af1929f74e Merge pull request #6662 from Shadow-Quill/Baton-Intent-Change
Stunbatons will now only harmbaton on grab/harm intents
2020-02-09 11:45:47 -08:00
GeneriedJenelleandGitHub 196850b5c7 finally makes it a config option
should be ready now.
2020-02-07 00:56:51 +00:00
GeneriedJenelleandGitHub f5e86a7f38 Logs graffiti and crayon drawings: Non-Cursed PR
I will try to not do voo-doo somehow this time.
2020-02-07 00:51:18 +00:00
Heroman bf8cf75785 Applies same restrictions as first aid to external synth repair 2020-02-04 09:17:09 +10:00
PrismaticGynoid f8ffd25caf Adds some toys to the loadout
Adds a few toys, including action figures, to the loadout. Also fixes water flowers being unrefillable.
2020-02-01 20:16:30 -08:00
Shadow 607268a756 The change 2020-01-31 22:05:22 -06:00
AtermoneraandGitHub af635d0978 Merge pull request #6640 from TheFurryFeline/patch-5
Aaaa, typo fixy
2020-01-21 15:13:49 -08:00
AtermoneraandGitHub 9684db1fe4 Merge pull request #6636 from SpaceManiac/patch/syntax
Fix various syntactic problems
2020-01-20 22:05:25 -08:00
AtermoneraandGitHub 0dbcdf6e55 Merge pull request #6628 from Ketrai/cakebranch
Adds a mega cooking recipe
2020-01-20 20:14:07 -08:00
AtermoneraandGitHub 5d5e361649 Merge pull request #6621 from Shadow-Quill/Desc-Adds
Moar descriptions for things
2020-01-20 19:48:57 -08:00