Commit Graph

35423 Commits

Author SHA1 Message Date
MrStonedOne 2ed266d506 More /vg/lighting tweaks
Rather then remove the light from all tiles, then re-add the light to all tiles, we just go thru each tile and diff the light level from the last value we added to it. (since this is tracked)
This cut the proc calls for updating lights in half.

Lighting objects now default to full brite rather then full dark so shuttles aren't as immersion breaking when they transit.

Made lighting more agressive about clearing empty lists.
2017-05-06 01:50:19 -07:00
Joan Lung a91353dd44 Tweaks the cost of some of the Application scriptures affected by the previous cost tweak (#26864) 2017-05-04 18:06:08 -03:00
bgobandit 22878eb764 Fixes Set Round End Sound. (#26841) 2017-05-04 16:42:16 -03: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
oranges 846f31ca52 Merge pull request #26816 from lzimann/badgamemode
Removes the gang gamemode
2017-05-04 23:29:27 +12:00
oranges 1a5fbe2277 Merge pull request #26808 from FantasticFwoosh/AstroHellTurf
Adds aesthetic basalt floor tiles
2017-05-04 23:11:30 +12:00
oranges eb2de76dfc Merge pull request #26798 from QualityVan/mouthcheck
Adds examining mouths with flashlights
2017-05-04 23:10:43 +12:00
oranges a3396504cd Merge pull request #26794 from 4dplanner/invisibleturret
Turrets no longer target invisible creatures
2017-05-04 23:06:42 +12:00
4dplanner bc19ff55c9 Revenant now goes into stasis until ectoplasm is destroyed [FINISHED] (#26784)
🆑
fix: revenants now properly resurrect from ectoplasm, as opposed to ectoplasm merely spawning a new grief ghost
/🆑

fixes #26620
Also fixes a form of abuse where a revenant can drain someone, die and keep the essence, and then drain them again.
Revenants that reform when the original client is gone will now poll for candidates instead of grabbing a new client instantly.
2017-05-04 23:05:26 +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
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 1234425e0a Mania Motors now do minor damage and continue to affect targets after they leave its range (#26783)
* Mania Motors now do minor damage and continue to affect targets after they leave its range
2017-05-04 00:15:16 -05:00
Joan Lung 5d3e0b0b21 Clockwork component generation is twice as fast, but scriptures cost up to twice as much (#26814)
* Clockwork component generation is twice as fast, but scriptures cost about twice as much

* sssh

* gotta double that, too

* slab text fix that nobody looks at anyway
2017-05-03 13:40:55 -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
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
Joan Lung 4d1e3ce607 Merge pull request #26813 from KorPhaeron/librarian
Curator Update
2017-05-03 11:18:15 -04: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
FantasticFwoosh 758f56c6f6 Adds a turfverb var, cuts on copypasta
Thanks for the advice MMMiracles, anyway this [src]'s the turf you are going to dig up with appropriate verb via [src.turfverb]. Also removed copypasta code i was silly enough to use in its place. Its been playtested and it inherits & executes correctly. Some minor space shifting too.
2017-05-03 14:43:23 +01:00
Leo 87bdd1efe8 Merge pull request #26774 from XDTM/Eggh
Fixes alien eggs
2017-05-03 09:30:03 -03: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
Jordie0608 0dfd924d10 fixes config loading logs 2017-05-03 18:02:47 +10: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
bgobandit 2ed3284bd2 Fixes sleepers 2017-05-03 00:57:06 -04:00
Joan Lung 6c303855e8 Should fix all of the cult/clockcult issues (#26832) 2017-05-02 22:43:34 -03: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
oranges 054e280920 Merge pull request #26686 from Robustin/betterHUD
Flushes Ling & Alien HUD info with the edge of the screen
2017-05-03 11:42:20 +12:00
Cyberboss 039b8a7834 I TOLD YOU THIS WAS WRONG #25467 2017-05-02 15:59:16 -04:00
Profakos 4c583a1f4f Trophy case hotfixes (#26822)
* Checks if the file's contents are empty

* Prevents afterattack on insertion

* True
2017-05-02 15:36:37 -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 2490d201a9 Missing Return 2017-05-02 11:49:29 -04: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
Cyberboss 5fa5e68a42 Fixes proximity sensors not tracking correctly (#26769) 2017-05-02 08:54:47 -06:00
QualityVan ff025e01c3 LAZYLEN and sanity checks 2017-05-02 10:20:59 -04:00
oranges f04084c5db Merge pull request #26707 from XDTM/OhTheHorror
Makes the cult Talisman of Horrors ranged
2017-05-02 21:57:04 +12:00
Jordie 4fcd31d3fb Merge branch 'master' into itriedlookingupwhatpromptedthischangebutsadlythelogswerelostwhentheroundended 2017-05-02 18:49:06 +10:00