Commit Graph

22290 Commits

Author SHA1 Message Date
Pigeons 1f57d5a032 commited suicide -> committed suicide 2017-05-04 17:59:25 -04:00
Iamgoofball 6693039bfa hm
hm
2017-05-04 13:39:43 -07:00
Cyberboss 22e0829c5d Fixes dead mobs being initialized twice 2017-05-04 15:47:20 -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
Leo cfdf3496fe Merge pull request #26851 from coiax/food-runtime
Fixes runtime with null nutriment taste data
2017-05-04 15:31:44 -03:00
MrStonedOne ed3c79244f Forgot these 2017-05-04 10:24:27 -07:00
Robustin 94cd7abce3 Merge branch 'master' into CultMasterAttempt2 2017-05-04 10:41:40 -04:00
Jack Edge 27b83cdff2 Golems do not have underclothing
- New species flag NO_UNDERWEAR.
- Species with this flag do not have underwear, undershorts or socks
rendered on their mobs, and are unable to use dressers.

🆑 coiax
fix: Golems no longer have underwear, undershorts or socks.
/🆑

If golems are unable to wear human jumpsuits or exosuits, they
certaintly won't be able to wear anything tighter.
2017-05-04 14:36:14 +01:00
oranges 846f31ca52 Merge pull request #26816 from lzimann/badgamemode
Removes the gang gamemode
2017-05-04 23:29:27 +12:00
oranges 12822a29c7 Merge pull request #26828 from coiax/mutanttongue-var
Moves tongues to `mutanttongue` var
2017-05-04 23:04:28 +12:00
oranges 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
oranges 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
oranges 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
MrStonedOne 1ff6a090d4 DATUM VERBS AND MENUS! 2017-05-04 01:54:20 -07: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-Swenson 81c1b4a8f3 Fixes the most annoying thing about admin helping. 2017-05-03 19:02:47 -07:00
Lzimann 3c13e1747f Glob for the glob god 2017-05-03 15:02:36 -03:00
QualityVan cb0994f1f4 Makes dental implants move through dismemberment 2017-05-03 13:13:18 -04:00
Lzimann 13da512ea0 Actually adds the files 2017-05-03 14:06:34 -03:00
Lzimann 4c1ad2c91d Sweet javascript error handler 2017-05-03 13:50:15 -03:00
coiax 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
Robustin 5a98d90b5c Merge branch 'master' of https://github.com/tgstation/-tg-station into CMA6
# Conflicts:
#	code/datums/antagonists/datum_cult.dm
2017-05-03 12:28:16 -04:00
coiax 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
Lzimann 68771eae4c Merge branch 'master' of https://github.com/tgstation/-tg-station into goonchatv2 2017-05-03 12:28:28 -03:00
Joan Lung 4d1e3ce607 Merge pull request #26813 from KorPhaeron/librarian
Curator Update
2017-05-03 11:18:15 -04:00
Lzimann 4ee094c93b A different approach for testing 2017-05-03 12:16:07 -03:00
FantasticFwoosh b2ab32cc32 Removes objects + Adds leather sheets
Reverts the old leather objects now on the global list, and allows the bio-generator to print off leather instead, specialist pieces of equipment have been left intact to encourage inter-department interaction & demand. (And to keep the global list small)
2017-05-03 16:08:19 +01:00
QualityVan f3016645ca Gives ears, eyes, and vocal cords plural gender (#26803) 2017-05-03 09:50:56 -05:00
kevinz000 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
oranges d316719f01 Merge pull request #26823 from Cyberboss/patch-63
Ports pastries to Initialize
2017-05-03 22:54:36 +12:00
bgobandit 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-Swenson 79f40d49c3 Update preferences_savefile.dm 2017-05-02 23:36:48 -07:00
Kyle Spier-Swenson 7d72c7331e Fixes character saves getting fucked up if there are no configured round start races. 2017-05-02 23:30:41 -07:00
oranges 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
Robustin 3423cbeba5 Finally working again 2017-05-02 19:25:49 -04:00
Cyberboss 039b8a7834 I TOLD YOU THIS WAS WRONG #25467 2017-05-02 15:59:16 -04:00
Cyberboss 0af7fe6850 Ports pastries to Initialize 2017-05-02 15:27:30 -04:00
Mike Long 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
XDTM 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
coiax 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
AnturK c8b67b49e0 Locked inventory slots are now indicated. (#26768) 2017-05-02 08:56:12 -06:00
kevinz000 75aaec129f Update projectile.dm 2017-05-02 01:59:02 -07:00