Commit Graph

26101 Commits

Author SHA1 Message Date
Cheridan 6a2df04760 Merge pull request #16885 from tgstation/have-you-ever-realized-that-you-wrote-a-bunch-of-code-that-already-exists
makes parse_gas_string() use params2list()
2016-04-16 00:14:43 -05:00
Cheridan 9d0c79e6e5 Merge pull request #16900 from Incoming5643/on_days_like_this_references_like_that_should_be_burning_in_hell
Removes horribly overt copyrighted nonsense that made the game not compile in 509
2016-04-15 23:46:20 -05:00
Cheridan c233234168 Merge pull request #16879 from nullbear/organ-verbs
Adds attack verbs for heart and tongue
2016-04-15 23:40:04 -05:00
Incoming 22c9a1e14d Removes the blatantly copyrighted sans and papyrus action figures and the blatantly copyrighted sounds attached to them.
As a bonus this also makes the project work in the stable 509 build again.

@ChangelingRain NO.
2016-04-16 00:19:35 -04:00
KorPhaeron 4db1a04e6e Merge pull request #16883 from nullbear/air-pump-pressure-boost
Raised maximum pressure output of air pumps.
2016-04-15 23:29:58 -04:00
Joan Lung 1c8024a153 Merge pull request #16886 from Aloraydrel/Wew
Tweaks ripleys pressure requirements for mine/speed buff
2016-04-15 21:40:42 -04:00
Joan Lung 262c0688de Merge pull request #16845 from Shadowlight213/Bluemag
Adds bluespace emag as a badmin item
2016-04-15 20:26:02 -04:00
Joan Lung 3207b8d4e7 Merge pull request #16874 from lzimann/patch-5
Change the "ahelp will be sent to IRC" message so only players see.
2016-04-15 20:23:35 -04:00
Joan Lung c68fa14343 Merge pull request #16875 from PKPenguin321/patch-2
Fixes dna injector bug
2016-04-15 20:19:30 -04:00
Joan Lung 2f8bbb5094 Merge pull request #16863 from Cheridan/tendril_feedback
Tendril Destroyed sound effect
2016-04-15 10:55:52 -04:00
Joan Lung 0f03dcf4a6 Merge pull request #16868 from Bawhoppen/signsteslamemeball
Signs are no longer affected by tesla zaps
2016-04-15 10:54:55 -04:00
RandomMarine ffe739d9ea Fixes like a thousand active roundstart turfs.
* Airless turfs should actually be airless now

* Airless turfs should actually be airless now
2016-04-15 00:33:09 -06:00
Cheridan b8e699bb18 Merge pull request #16862 from phil235/DrugginessFix
Fixes Druggy vision disappearing immediately due to a typo.
2016-04-14 21:25:49 -05:00
nullbear 241b1c10c7 Adds a few organ verbs 2016-04-14 18:53:08 -07:00
Shadowlight213 ab25f840e9 Adds detecting newly made byond accounts (#16269)
* Adds age checking for byond accounts.

* WIP. moved to regex.

* Actually works now.

* local vars

* Changes to use sql.

* Fixes

* Removes unused var
2016-04-15 11:04:52 +10:00
duncathan salt c46c5d3b54 makes parse_gas_string() use params2list() 2016-04-14 18:28:19 -06:00
Aloraydrel 7058db7ee1 Changed ripley.dm minimum pressure from 20 to 40 2016-04-14 19:04:06 -04:00
nullbear 34e2dd7ae6 Raised maximum pressure output of air pumps. 2016-04-14 15:47:57 -07:00
PKPenguin321 ea3fea4d63 fixes dna injector bug 2016-04-14 12:45:05 -07:00
Leo fd68ba31c7 Admins know 2016-04-14 15:17:10 -03:00
Cheridan 2f52e7daf9 Merge pull request #16829 from erwgd/LetUsMakeDinnerware
New autolathe category for kitchen+bar items
2016-04-14 11:56:21 -05:00
Cheridan 64ddf0c924 Merge pull request #16852 from ChangelingRain/thisisdumbblamecoreoverload
Some spots on lavaland no longer produce asteroid flooring
2016-04-14 11:52:50 -05:00
Cheridan 95b41dfaee Merge pull request #16851 from coiax/helpimonfire
Using fire extinguisher in help intent is helpful
2016-04-14 11:47:17 -05:00
erwgd 9d6247c890 Removed bowl making code from biogenerator.dm
Added bowl design to autolathe_designs.dm
Changed bowl materials to 500 glass
2016-04-14 17:14:01 +01:00
Joan Lung 755fa61417 Merge pull request #16816 from lordpidey/lordpidey_methboom
Adds meth mixing related explosions
2016-04-14 09:39:58 -04:00
Joan Lung 2ed1fa4dae Merge pull request #16841 from MrStonedOne/patch-189
Tweaks minimap
2016-04-14 09:37:20 -04:00
Joan Lung a1af450f91 Merge pull request #16770 from LatD/mops
Nuke ops dying but disk not getting rescued changed to neutral victory
2016-04-14 09:36:23 -04:00
Joan Lung 7db9aa0e76 Merge pull request #16848 from KorPhaeron/butcher
Lavaland Buterching and Suit Fixes
2016-04-14 09:32:50 -04:00
coiax 7f328ba077 Added ORIGINAL CONTENT skeleton toys that chatter when you play with them (#16792)
* Step one, aquire voices for skeletons

* Moved sounds to their own folder

* Added samples of up to ten phomemes long for papyrus

* Added samples of up to ten sans phomemes

* Add skeleton talking

Skeletons now produce audible sound effects representing their distinctive
speech.

* Skeletons now respect punctuation in their chatter

Except for semi-colons, due to HTML escapes of the ' character.

* Lowered volume of skeleton phomemes

* Use Dunc's regex for parsing messages

* Added sans and papyrus toy sprites

Spriting is hard. But I think I managed to crush the images down to fit
in our 32x32 box.

* Generic talking action figures

Talking action figures like the owl figure and the griffin figure are
now generic, and have a pool of messages to pick from. This allows us to
make our TOTALLY ORIGINAL skeleton toys.

* Added the toys to the prize list

No point making these if you can't get them.

* Moved skeleton vocalising code into toys

* Fixes runtimes and bugs with skeleton talk

Remaking the regex each time makes sure it gives output everytime,
and we've also put a check that the item in the list is actually
a number before calling max() that was causing a runtime previously.

* Restored original form of skeleton span picking

Remie's was better.

* More messages for skeleton toys

I think that's probably enough to satisfy me.

* Changed for loop to new style
2016-04-14 09:30:33 -04:00
Joan Lung d8a724f1c4 Merge pull request #16806 from coiax/airlock-painter
Airlock painter now printable in autolathe; plus meme suicides
2016-04-14 09:29:10 -04:00
Joan Lung 9e56f7540c Merge pull request #16870 from coiax/without-the-crates
Community PR 1, without the crates
2016-04-14 09:23:12 -04:00
Joan Lung b19a638af3 Merge pull request #16805 from KorPhaeron/gravity
Fixes gravity in new areas
2016-04-14 09:21:43 -04:00
bawhoppen 16b7a1c8e4 goddamnit goof 2016-04-14 03:43:20 -05:00
Jack Edge 52827cc7b9 Merge branch 'master' into without-the-crates 2016-04-14 08:50:14 +01:00
Jack Edge 8f9bd09408 Removed secure crates
Personally, I think putting these things in as rare maint loot
is a good idea, once you sort out the size of the things. But
we can't let perfect be the enemy of good.
2016-04-14 08:41:14 +01:00
Jack Edge 54675eb415 Only call get lungs once 2016-04-14 08:27:59 +01:00
Lularian 2aad6e1152 signs no longer affected by tesla 2016-04-14 02:08:29 -05:00
Joan Lung e4515cc112 Merge pull request #16865 from Incoming5643/hiss
Coldfix for Xeno saycode
2016-04-13 23:26:29 -04:00
Cheridan 83b4c1b2ff Merge pull request #16794 from lordpidey/lordpidey_ion
Adds new ionlaws: This new class of ion laws causes the AI to use wrong names
2016-04-13 22:22:45 -05:00
Cheridan efa8f1b43a Merge pull request #16836 from Incoming5643/okokfinestopasking
(space) ruins requests and practicalities
2016-04-13 21:16:08 -05:00
Joan Lung 6f636e1739 Merge pull request #16866 from LatD/Floorbot-2
Floorbots can replace existing floor tiles with loadable custom tiles
2016-04-13 21:04:58 -04:00
LatD 4f94f4f43b Custom tiles to floorbot 2016-04-14 03:33:44 +03:00
phil235 163ed095ba Fixes admin revujenate not removing the nearsighted/blind screen effect when it cures nearsightedness and blindness. 2016-04-14 01:54:25 +02:00
phil235 662629ecab And another typo, fixing eye_blurriness effect disappearing when it shouldn't. 2016-04-14 01:31:12 +02:00
Incoming e5602f5220 Fixes xeno hissing. the dangerous result of testing sounds while the station started with no atmosphere 2016-04-13 19:15:10 -04:00
Cheridan 7eb6ed727e Merge pull request #16838 from Shadowlight213/implantlogging
Explosive implant logging and general improvements.
2016-04-13 18:11:30 -05:00
Cheridan e5f14eb0a0 Merge pull request #16826 from Bawhoppen/1
Keeps chaplain up to date
2016-04-13 18:03:39 -05:00
Cheridan c77c5dbf61 Tendril Destroyed sound effect 2016-04-13 17:17:22 -05:00
phil235 35ee52ffa3 Fixes Druggy vision disappearing immediately due to a type. 2016-04-13 23:55:40 +02:00
Cheridan 10dc66463a Merge pull request #16837 from Incoming5643/brainmobs_are_trash_someone_remove_them
Removes mushmouth MMIs
2016-04-13 16:20:59 -05:00