Commit Graph
20626 Commits
Author SHA1 Message Date
Kyle Spier-SwensonandGitHub 5fda19cd72 fix client age thingy 2017-05-04 19:01:39 -07:00
kevinz000andLeo 07b8693b0e Mobs that are faking death won't bleed. (#26807) 2017-05-04 22:59:24 -03:00
LeoandGitHub e7143831d5 Merge pull request #26805 from kevinz000/patch-138
Fixes SM Tesla admin log spam, adds containment field count to investigate logs.
2017-05-04 22:58:45 -03:00
kevinz000andGitHub 3d2cef9732 Update energy_ball.dm 2017-05-04 18:46:59 -07:00
LeoandGitHub d4566545da Merge pull request #26874 from MrStonedOne/patch-357
Fixes the most annoying thing about admin helping.
2017-05-04 22:39:02 -03:00
orangesandGitHub c58d523e68 Merge pull request #26876 from ChangelingRain/sayfix
Fixes say verbs not working
2017-05-05 11:40:39 +12:00
orangesandGitHub aa2b4de4cc Merge pull request #26907 from Cyberboss/FixProcCalling
Revert "Allows admins to pass parameters to New()"
2017-05-05 11:38:40 +12:00
LeoandGitHub 9a5df04b48 Merge pull request #26855 from QualityVan/dentaltracks
Makes dental implants move through dismemberment
2017-05-04 20:21:01 -03:00
Incoming5643andLeo c67f412d9f Curator starts with the key to the display cases instead of being the key (#26869)
* Moves the curators ability to use display cases from an intrinsic to an extrinsic key that the curator starts with.
2017-05-04 20:15:26 -03:00
JordieandLeo a823a1b698 Player byond account age stored in db (#26425)
set_client_age_from_db() and sync_client_with_db() have been merged. 
New clients are now added to the user table in a separate query than the one used to update their details upon connection; their player and account age is then calculated with DATEDIFF.
The code and regex used in findJoinDate() was changed a bit.
2017-05-04 20:13:35 -03:00
LanandLeo 2fae69676c Nerfs Chaplain smoke book (#26302)
Replaces the smoke book in delta and meta with a civilian smoke book, which now has a 360 max cooldown (from 120) and halved smoke output.
2017-05-04 19:57:10 -03:00
kevinz000andLeo c5ab517e02 Fixes detective scanner not being able to ranged scan, adds range/viewcheck vars (#26846) 2017-05-04 19:54:31 -03:00
Mike LongandLeo 37be45d211 Adds spewium toxin in traitor kits (#26848) 2017-05-04 19:53:06 -03:00
Joan LungandGitHub 6b9e491a82 Merge pull request #26809 from kevinz000/patch-141
Increases pixel projectile angles/accuracy
2017-05-04 18:51:43 -04:00
Cyberboss e8656e9eae Revert "Allows admins to pass parameters to New() (#26613)"
This reverts commit 9d0185c023.
2017-05-04 15:37:06 -04:00
LeoandGitHub cfdf3496fe Merge pull request #26851 from coiax/food-runtime
Fixes runtime with null nutriment taste data
2017-05-04 15:31:44 -03:00
orangesandGitHub 846f31ca52 Merge pull request #26816 from lzimann/badgamemode
Removes the gang gamemode
2017-05-04 23:29:27 +12:00
orangesandGitHub 12822a29c7 Merge pull request #26828 from coiax/mutanttongue-var
Moves tongues to `mutanttongue` var
2017-05-04 23:04:28 +12:00
orangesandGitHub b3f137d4fe Merge pull request #26806 from kevinz000/patch-139
Hopefully makes flightsuit processing less taxing on the server
2017-05-04 23:01:13 +12:00
orangesandGitHub d842f39575 Merge pull request #26843 from MrStonedOne/patch-355
Fixes character saves getting fucked up if there are no configured round start races.
2017-05-04 23:00:13 +12:00
orangesandGitHub 584604c385 Merge pull request #26887 from MrPerson/lowered_ladies_underwear
Fixes female undershirts showing all the time
2017-05-04 22:58:52 +12:00
MrPerson d36486b544 Fixes female undershirts showing all the time
Fixes #26635
2017-05-03 23:49:46 -07:00
MrStonedOne 60ec570af1 Fix server hop 2017-05-03 23:30:40 -07:00
Joan Lung 1dc3b4d276 impart that information 2017-05-03 22:51:28 -04:00
Joan Lung 2e0e83e4fc Fixes say verbs not working 2017-05-03 22:45:04 -04:00
Kyle Spier-SwensonandGitHub 81c1b4a8f3 Fixes the most annoying thing about admin helping. 2017-05-03 19:02:47 -07:00
QualityVan cb0994f1f4 Makes dental implants move through dismemberment 2017-05-03 13:13:18 -04:00
coiaxandKorPhaeron 0b5c4f6d6e Plasma vessels regenerate slowly off resin (#26778)
🆑 coiax
balance: Plasma vessels, the organs inside aliens that are responsible
for their internal plasma storage, will regenerate small amounts of
plasma even if the owner is not on resin weeds.
/🆑

- Rate is 10% of normal. Stops aliens accidentally spending their plasma
poorly, and then being unable to plant weeds ever again. Breathing in
plasma is not really an option for most aliens, and not many people know
about it.
- This is an "anti-stupidity" feature, in essence.
2017-05-03 13:39:28 -03:00
coiaxandKorPhaeron 9931a1a335 Draconic language, for lizards (#26780)
* Lizard language

🆑 coiax
add: Restrictions on Lizardpeople using their native language on the
station have been lifted by Centcom, in order to maximise worker
productivity. The language's key is ",o".
/🆑

- The language is added as part of the job equipping code, changing your
species to lizard via xenobio will not magically teach you the language.
- Normal human tongues are capable of speaking Unathi.
- pAIs with translator and Librarians are capable of speaking and
understanding Unathi.

The design lead has instructed me to grant lizardpeople their own
language, in order to increase paranoia in the crew. Also, it'll be
funny to see how much people overreact to this.

* Rename unathi to draconic
2017-05-03 12:47:52 -03:00
Joan LungandGitHub 4d1e3ce607 Merge pull request #26813 from KorPhaeron/librarian
Curator Update
2017-05-03 11:18:15 -04:00
QualityVanandCheridan f3016645ca Gives ears, eyes, and vocal cords plural gender (#26803) 2017-05-03 09:50:56 -05:00
kevinz000andCheridan f3ac38b092 adds a safety catch to spin() (#26811)
* Update mob.dm

* Update mob.dm
2017-05-03 09:48:09 -05:00
Jack Edge 952d726ef9 Fixes runtime with null nutriment taste data 2017-05-03 15:21:27 +01:00
KorPhaeron b7864be38a Curator 2017-05-03 08:08:14 -04:00
Jack Edge 9fa9673c15 Moves tongues to mutanttongue var
Moves tongues from mutant_organs list to a specific var, in line with
mutant eyes, lungs and ears.
2017-05-03 12:56:30 +01:00
orangesandGitHub d316719f01 Merge pull request #26823 from Cyberboss/patch-63
Ports pastries to Initialize
2017-05-03 22:54:36 +12:00
bgobanditandKorPhaeron a029e4ca92 Adds eyeball soup and spaghetti to the game: it's now been 8 days edition (#26842)
* Adds eyeball soup to the game.

* minor reagent/sprite tweak
2017-05-03 03:42:14 -03:00
Kyle Spier-SwensonandGitHub 79f40d49c3 Update preferences_savefile.dm 2017-05-02 23:36:48 -07:00
Kyle Spier-SwensonandGitHub 7d72c7331e Fixes character saves getting fucked up if there are no configured round start races. 2017-05-02 23:30:41 -07:00
orangesandGitHub f2c1f7e30b Merge pull request #26645 from Jordie0608/itriedlookingupwhatpromptedthischangebutsadlythelogswerelostwhentheroundended
Persistent investigate and game logs separated by round ID
2017-05-03 11:47:13 +12:00
Cyberboss 039b8a7834 I TOLD YOU THIS WAS WRONG #25467 2017-05-02 15:59:16 -04:00
CyberbossandGitHub 0af7fe6850 Ports pastries to Initialize 2017-05-02 15:27:30 -04:00
Mike LongandLeo f9afd1ad5b Removes vestigial list from minds. (#26771) 2017-05-02 14:47:03 -03:00
Lzimann 59eed8f11c Removes the gang gamemode 2017-05-02 14:28:55 -03:00
KorPhaeron 3a7d424005 Curator Update 2017-05-02 11:21:54 -04:00
XDTMandduncathan salt 32dd2d65e9 Makes golems able to transfer into empty shells (#26765)
* Makes golems able to transfer into empty shells

* Name & plasma
2017-05-02 08:59:47 -06:00
coiaxandduncathan salt dcf5cb8456 The alien hivemind uses a mob's real_name (#26767)
🆑 coiax
add: When talking on the alien hivemind, a person will be identified by
their real name, rather than who they are disguised as.
/🆑

Because hiveminds obeying visual disguises is silly.
2017-05-02 08:56:54 -06:00
AnturKandduncathan salt c8b67b49e0 Locked inventory slots are now indicated. (#26768) 2017-05-02 08:56:12 -06:00
kevinz000andGitHub 75aaec129f Update projectile.dm 2017-05-02 01:59:02 -07:00
JordieandGitHub 4fcd31d3fb Merge branch 'master' into itriedlookingupwhatpromptedthischangebutsadlythelogswerelostwhentheroundended 2017-05-02 18:49:06 +10:00