Commit Graph
19629 Commits
Author SHA1 Message Date
SpadesandGitHub dd7859ac0a Merge pull request #2978 from VOREStation/context-menu
Removes Licking from context menu
2018-02-05 10:13:46 -05:00
Spades be91065e8e Licking 2018-02-05 06:43:55 -05:00
SpadesandGitHub 2dfa526b7a Merge pull request #2972 from VOREStation/aro-lang
Removes several ways to know every language
2018-02-05 05:21:02 -05:00
Aronai SieyesandGitHub bb09406ea0 Merge pull request #2934 from Verkister/yummytrash
Trashcan perk refactor and slight expansion.
2018-02-04 16:56:47 -05:00
Aronai SieyesandGitHub f36f32afc0 Merge pull request #2970 from VOREStation/aro-admenucleanup
Remove several admin verbs from context menu
2018-02-04 16:27:33 -05:00
Verkister f553219bbd Squashed commit of the following:
commit b3d348258c4c93a1df81652bdf68fd00f4130369
Author: Verkister <superverkelian@hotmail.com>
Date:   Sun Feb 4 22:40:08 2018 +0200

    Squashed commit of the following:

    commit 5faa5f9d063e57400584ab1ae458e626629b6842
    Author: Verkister <superverkelian@hotmail.com>
    Date:   Sun Feb 4 22:31:10 2018 +0200

        Update pai.dm

commit fd4bbdc6b99d74d94befb440ffe5e0c23a98a918
Author: Verkister <superverkelian@hotmail.com>
Date:   Sun Feb 4 11:28:58 2018 +0200

    Makes pAI cards, AI cards, and posis "edible"
    -Also makes it so that pAI cannot fold out if inside a gut.

commit 1d13c207240c4bc296b188533e8cf50b1424cc36
Author: Verkister <superverkelian@hotmail.com>
Date:   Sun Feb 4 10:40:38 2018 +0200

    some more trashcan refactoring

commit 28d02c272dbd218d2d91c91fb1ecec999b9dd05e
Author: Verkister <superverkelian@hotmail.com>
Date:   Sat Feb 3 13:32:14 2018 +0200

    Trashcan perk refactor
2018-02-04 22:43:02 +02:00
Aronai SieyesandGitHub 8f6e0a5801 Merge pull request #2969 from Ketrai/patch-5
makes vermicetol more potent.
2018-02-04 15:11:54 -05:00
Aronai SieyesandGitHub 566507ed76 Merge pull request #2965 from Verkister/numbflush
Clears the prey of numbenzyme on digestion death.
2018-02-04 15:11:10 -05:00
Aronai SieyesandGitHub 41a298e9ec Merge pull request #2962 from VOREStation/aro-ghostmsg
Cut down ghosting admin spam
2018-02-04 15:11:01 -05:00
Aronai SieyesandGitHub 00d59665f1 Merge pull request #2961 from VOREStation/aro-idle
Improves idle-kick admin awareness, cryo verb
2018-02-04 15:10:53 -05:00
Aronai SieyesandGitHub b087ff3207 Merge pull request #2929 from VOREStation/Cameron653-patch-3
Sebastian permit & magazine update & fix
2018-02-04 15:06:31 -05:00
Arokha Sieyes 686c601e24 Further translator tweaks 2018-02-04 13:56:25 -05:00
Arokha Sieyes d0fc288df8 Removes several ways to know every language
Removes translators from loadout (departments still have them spawn for dealing with their work), removes EAL implant from loadout, remove omni language implant from R&D.

(Also fixes bug with soulcatchers that keeps the brains from hearing borgs, so you can still know all the languages while in a soulcatcher. So if you want to understand everything, get a translator in your head :p)
2018-02-04 13:03:49 -05:00
KetraiandGitHub 030aff7c87 TYPO 2018-02-04 18:43:17 +01:00
Arokha Sieyes fbb34ea0ed Remove several admin verbs from context menu 2018-02-04 12:32:55 -05:00
KetraiandGitHub 4c26688e2c makes vermicetol more potent.
Seeing as I disregarded the effect of metabolism, vermicetol was unintentionally weak. So incredibly slow that the effect was barely noticable.

The potency now should cause vermicetol to heal at a rate of 2.2. which is roughly 63% lower than ketolade, but lasts a whole lot longer.
2018-02-04 18:24:51 +01:00
Verkister 158ae3f33b Clears the prey of numbenzyme on digestion death.
-You can now do painless gurgles without getting pumped full of your prey's painkillers at the end.
2018-02-04 11:03:11 +02:00
Arokha Sieyes 85c8c123f1 POLARIS: Cut down ghosting admin spam 2018-02-04 01:52:39 -05:00
Arokha Sieyes 5a9119de99 POLARIS: Improves idle-kick admin awareness 2018-02-04 01:00:25 -05:00
Arokha Sieyes 5b1311c994 Fix NSFW and fluff item removal
Fixes the NSFW sprite buggyness.

Removes Briana's gun spawn. She gave her gun up ICly!
2018-02-03 21:58:41 -05:00
Aronai SieyesandGitHub 0e458ac500 Merge pull request #2955 from VOREStation/aro-dashboard
Shuttle dashboard info
2018-02-03 21:11:50 -05:00
Aronai SieyesandGitHub ac7d9d1790 Merge pull request #2958 from VOREStation/vplk-ss-shuttles
Shuttles Subsystem + CALLBACK
2018-02-03 21:11:39 -05:00
Aronai SieyesandGitHub 66bd426cbc Merge pull request #2913 from Verkister/patch-6
Changes voremob default gurglemode to itemweak
2018-02-03 20:56:37 -05:00
Leshana ca64667773 Let objects register to be informed when shuttles have been setup.
* Switch /obj/shuttle_connector to use it instead of the icky process hack.
2018-02-03 20:54:41 -05:00
Leshana 79464c7315 Implement SSshuttles subsystem
* Replaces the shuttle_controller and shuttle process with the shuttles subsystem.  Instead of docking ports being initialized by the game ticker, its part of the StonedMC Master init order.
* The main advantage of this is control over the initialization order, as well as letting Master be aware of CPU we're using up with shuttle processing.
* By being part of the Master init order, we reduce the uncertainty about "are objects initialized yet?" which is nice, since shuttle docks break if machines aren't finished initializing!
2018-02-03 20:34:44 -05:00
Arokha Sieyes 3e6760722f POLARIS: Add shuttle door/environment sensors 2018-02-03 20:21:41 -05:00
Aronai SieyesandGitHub 125cb2f102 Merge pull request #2956 from VOREStation/aro-noborgono
Bad dog down boy
2018-02-03 20:08:25 -05:00
Aronai SieyesandGitHub f920551f37 Merge pull request #2946 from VOREStation/vplk-ss-atoms
Atoms Initialization Subsystem
2018-02-03 20:08:05 -05:00
Arokha Sieyes c2d5507f21 Bad dog down boy
Removes ability of the AI to see borg cameras when they are away from the station (no UFO spying)
Also removes borg ability to mess with doors on UFO (aliennn technologyyy)
2018-02-03 19:34:45 -05:00
VerkisterandGitHub 610ebf2a39 Nerfs borg sleeper carcass gain.
mice op
2018-02-03 11:15:35 +02:00
Leshana 38f20304ca Initialize procs for virgo 2018-02-03 01:00:57 -05:00
Leshana cef001bf2a Update every initialize() proc to return an initialize hint.
* Yes, all of them.
* Also did a few corrections to redundant New() and broken Destroy() along the way
* Renamed the turf_initializer.initialize() proc to InitializeTurf to avoid confusion.
* Subsumed /area/proc/initialize into /atom/proc/initialize() - Made /area's LateInitialize to get same behavior as before.
2018-02-03 01:00:57 -05:00
Leshana ef73c090ab Implement SSatoms
* Moves proc/initialize() from being on /atom/movable, /are and /turf/simulated to being on /atom - Now turfs can initialize too
* Added the SSatoms subsystem which controls initialization of atoms at roundstart and during normal conditions.
* Disabled the old auto_init = 0 behavior, ALL atoms should get initialized() called on them now.
* Refactored the way initialize() is called during /New() to utilize SSatoms instead of SScreation
* Removed SScreation, as it was only a stop-gap until SSatoms could be ported.
* Updated the maploader to inform SSatoms when it is loading maps instead of SScreation.
* Updated the template map loader to use SSatoms to perform initTemplateBounds
* Renamed 'initialized' var in seed_storage to deconflict.
* Removed usage of auto_init = 0, replaced with a no-op initialize() proc for atoms that don't need initialization.
2018-02-03 00:59:06 -05:00
Aronai SieyesandGitHub c0f8d2e2f3 Merge pull request #2940 from VOREStation/aro-pilothelm
Silly piloting helmet animation
2018-02-03 00:42:00 -05:00
Arokha Sieyes 4162e35e00 POLARIS: Silly piloting helmet animation
Bonk helmet on shuttle computer to link. No, it doesn't work if you're off the shuttle, no remote info transfer.
2018-02-02 19:06:07 -05:00
Aronai SieyesandGitHub 1b1e6b54a2 Merge pull request #2931 from VOREStation/polaris-sync-2018-02-01
Polaris Sync 2018-02-01
2018-02-02 19:03:04 -05:00
Aronai SieyesandGitHub 92cf578e2e Merge pull request #2932 from Ketrai/patch-1
Making mining drills faster. (fix)
2018-02-02 18:59:17 -05:00
Aronai SieyesandGitHub 075eb59620 Merge pull request #2930 from Cyantime/shuttles
Shuttle transit zone changes
2018-02-02 18:56:01 -05:00
KetraiandGitHub 7ed9e2ea36 Making mining drills faster. (fix)
All drills but borgdrill, and diamond drill are now 10% faster, which is a significant boost.
Diamond drill is 20% faster
Borg drill is roughly ~ 15% faster
Felt like with the removal of the rigsuit, mining feels extremely slow and clunky again. Ripley has gotten buffed, which makes it an excellent contendor now, with it being slightly slower whilst restricting movement, but better at tunneling, and gathering up veins. As well as allowing the hauling of large amouns of crates, and stationary drills.

This change should make the normal drill feel smooth enough for the early stages, especially nice if there is no research, such as on skeleton shifts, yet you wanna do some mining for abandoned crates and such. It also makes upgrading the drills feel even nicer.

Before update:
Basic drill is 8x as slow as a diamond drill.
Advanced drill is 6x as slow as a diamond drill.
Even the best drill, aka jackhammer and plasma cutter, is 4x as slow as a diamond drill.
Borgs were around 3x as slow as a diamond drill; Meaning they start with far superior gear compared to a miner.

After update:
Basic drills are still 8x times as slow as a diamond drill, so that upgrade still feels just as powerful
Advanced drills are now 6.75x as slow as a diamond drill.
Jackhammer/plasma cutters are now 4.5x as slow as a diamond drill.
Borg drills are now 3.25x as slow as a diamond drill.
2018-02-02 10:05:03 +01:00
Isaac Erwin a92fb455d8 NIFSoft disks change, minor fix and refactor 2018-02-02 03:45:40 -05:00
Leshana 4f98fad36b Merge branch 'master' of https://github.com/PolarisSS13/Polaris into polaris-sync-2018-02-01
# Conflicts:
#	.travis.yml
#	code/_away_mission_tests.dm
#	code/modules/admin/verbs/mapping.dm
#	code/modules/mob/living/carbon/human/update_icons.dm
#	html/changelogs/.all_changelog.yml
#	maps/southern_cross/southern_cross-1.dmm
#	maps/southern_cross/southern_cross-3.dmm
#	maps/southern_cross/southern_cross-6.dmm
#	nano/images/nanomap_z1.png
#	nano/images/nanomap_z10.png
#	nano/images/nanomap_z2.png
#	nano/images/nanomap_z3.png
#	nano/images/nanomap_z5.png
#	nano/images/nanomap_z6.png
2018-02-01 23:55:47 -05:00
Cyantime 3dab4c7abf Move this to a different place 2018-02-01 21:32:23 -05:00
Cyantime 2ce992f404 Shuttle transit zone changes 2018-02-01 21:09:06 -05:00
NeertiandGitHub a493a379fe Merge pull request #4661 from VOREStation/vplk-ss-zas-airflow
Convert ZAS into StonedMC Subsystems
2018-02-01 21:08:41 -05:00
Cameron653andGitHub 0f397452de Updates the permit, too. 2018-02-01 19:32:03 -05:00
Cameron653andGitHub 45b757983a Makes Tasald spawn with the correct magazines 2018-02-01 19:27:01 -05:00
AnewbeandGitHub 4b4e3bb6f1 Merge pull request #4672 from elgeonmb/patch-1
humans can be older
2018-02-01 15:21:36 -06:00
Aronai SieyesandGitHub f5511dc458 Merge pull request #2921 from VOREStation/aro-alienship2
Tweak away mission
2018-01-31 23:16:04 -05:00
Aronai SieyesandGitHub e552654f27 Merge pull request #2914 from LittleBigKid2000/workout-refactor
Exercise equipment changes/refactor
2018-01-31 21:02:57 -05:00
Aronai SieyesandGitHub 763a71aae5 Merge pull request #2920 from LittleBigKid2000/capitalization-fixes
Loadout capitalization fixes
2018-01-31 21:02:11 -05:00