Commit Graph

6533 Commits

Author SHA1 Message Date
phil235 db6645d7bc so we can still shave slime people. 2015-10-18 02:11:47 +02:00
phil235 79a814b434 Fixes some runtimes when picking candidates for certain simple_animals, especially sentience potion. If the player chose 'Yes' and then immediately disconnected, it would make the chosen client null. Same thing for xeno larva bursting (player disconnection mid bursting animation)
Fixes runtimes with chem grenade calling prime() after being GC'd.
Fixes some hardsuits having "unacidable = 1" twice.
Fixes runtime with alien whisper.
Fixes runtime with check_shields()
Fixes runtime with Venom, Formaldehyde, corn syrup and holy water.
Fixes cult sacrifice soulstoning not working (giving a dead shade).
2015-10-18 01:28:48 +02:00
Cheridan cb7642b969 Merge pull request #12417 from phil235/SmokeChange
Changes smoke to behave more like foam.
2015-10-17 10:07:04 -05:00
Razharas f87d72571e Merge pull request #12420 from phil235/TransferAmountChange
Set Transfer Amount for reagent containers now uses attack_self() instead of object verb
2015-10-17 18:06:39 +03:00
phil235 a7bc8475d8 Fixes winter coat hood sprite appearing as a bucket.
Removing Smile, Swedish, Chav and Elvis from genetics. These mutation can still be acquired via adminspawned dna injector. Added a dna injector for laser eyes mutation.
Fixes using razor on non human shaving non existent hair.
Fixes chair deconstruction dropping too much metal.
Adding some necessary check for mob buckling in gibber, processor and monkey recycler code, and in ventcrawling proc to fix being able to enter pipe while feeding as a slime.
Fixes snapcorn not giving seeds.
Fixes portable chem dispenser.
2015-10-17 16:29:11 +02:00
AnturK 4fa9443df5 Makes the detection effect transparent.
Makes mob detection work for exposed pipes.
2015-10-17 15:34:25 +02:00
KorPhaeron 86466ad0fd Balance 2015-10-17 04:22:20 -05:00
KorPhaeron 1069c00ae2 Bug fixes 2015-10-17 00:43:42 -05:00
KorPhaeron bc8745b026 Wielded only 2015-10-17 00:18:34 -05:00
KorPhaeron 8f15c2fc99 Explosion centered on target, throwing for BALANCE TESTING 2015-10-17 00:02:08 -05:00
Xhuis 2891ba53be Adds the counters into the game 2015-10-16 23:20:14 -04:00
Xhuis 84fc077695 Radiation tweaks and a geiger counter 2015-10-16 19:58:42 -04:00
Razharas cf302d227f Merge pull request #12399 from Xhuis/pneumatic_cannon_optimization
Pneumatic cannon fixes and optimizations
2015-10-16 17:43:06 +03:00
Razharas fce9bcc646 Merge pull request #12340 from Shadowlight213/Mirrormagic
Adds a lesser magic mirror limited to human and lizard race
2015-10-16 09:31:16 +03:00
Razharas c44c6d90be Merge pull request #12350 from AnturK/ironwall
Rough Metal Walls
2015-10-16 09:08:00 +03:00
Razharas 653dcbc0f4 Merge pull request #12380 from MrPerson/alert_rewrite
Mild rewrite of screen alerts to enable more functionality
2015-10-16 09:04:50 +03:00
Aranclanos 962b088bb7 Merge pull request #12406 from bgobandit/borgycutters
Engiborgs can no longer make stunprods with their wirecutter module.
2015-10-15 23:14:03 -03:00
The Half-Finished 461726b9cc Update pneumaticCannon.dm 2015-10-15 21:16:14 -04:00
phil235 dce2027d01 Changing the transfer amount of all reagent containers (beaker, bucket, glass) is now done by clicking them, similar to spray. Reagent dispensers (watertank, fueltank, pepperspray dispenser) no longer have their own transfer amounts and use the reagent container's transfer amount instead (except for sprays which get 50u for faster refilling).
Removed object verb "Set Amount per transfer from this" for both reagent containers and reagent dispensers.
2015-10-16 01:07:10 +02:00
Xhuis d09224e267 Changes 2015-10-15 17:26:32 -04:00
Xhuis 463e80ed62 Restores knockdown for high pressure setting 2015-10-15 17:09:48 -04:00
phil235 47909d525f Changes smoke to behave more like foam. Each covered tile has one smoke cloud. This makes smoke clouds much less random, especially in terms of reagent application.
Also smoke reaction now uses the TOUCH method instead of VAPOR, to differentiate smoke and foam. Mob without internals or gas masks also ingests reagents in the smoke.
Moved nanofrost smoke code to effects/effect_system/effects_smoke.dm
2015-10-15 21:52:37 +02:00
Razharas 8b1608d45b Merge pull request #12394 from bgobandit/grossmaymays
Toilet related tweaks and fixes
2015-10-15 16:07:29 +03:00
bgobandit ca7a38eb59 halves storage capacity 2015-10-15 00:43:38 -04:00
bgobandit 8a63e50b51 Stunprod making now checks for NODROP. 2015-10-14 21:10:42 -04:00
Xhuis 39daad8d21 Pneumatic cannon optimization 2015-10-14 17:31:58 -04:00
bgobandit 8b60afcaf2 toilet related tweaks and fixes 2015-10-14 11:48:47 -04:00
bgobandit 9aae866651 le fluff faec 2015-10-14 10:17:14 -04:00
KorPhaeron 3eef0ab6cc even less return 2015-10-14 03:27:20 -05:00
KorPhaeron 242a0624a2 All grenades 2015-10-14 03:23:46 -05:00
KorPhaeron 624f0e60d2 no return 2015-10-14 02:55:02 -05:00
KorPhaeron 8af071e9b8 WITNESS ME 2015-10-14 02:49:10 -05:00
bgobandit cee7614cb7 Adds bio-bags. 2015-10-13 23:06:35 -04:00
Cheridan f56e012d87 Merge pull request #12331 from phil235/AdminTopicFix
Fixes some admin buttons in certain admin messages
2015-10-13 21:41:06 -05:00
Shadowlight213 b3693e15ca Changed to use roundstart_species list 2015-10-13 19:24:32 -07:00
MrPerson 610483ea1e Mild rewrite of screen alerts to enable more functionality
Specifically I wanted to allow #12043 to correctly implement clicking an "on fire" alert to call resist without affecting other alerts which is currently impssible. Plus this whole mess was stupid and bothering me so here we go.
2015-10-13 17:16:23 -07:00
bgobandit e7555de606 Adds the ability for chemists to turn gibs into soap. Gibs can now be scooped. 2015-10-13 20:01:49 -04:00
Remie Richards 86c0a1805f Merge pull request #12321 from phil235/RuntimeFixA
Fixes some runtimes
2015-10-13 23:09:48 +01:00
Cheridan b847f6c91f Merge pull request #12323 from phil235/BugFixBoogalooE
Bugfixes, again
2015-10-13 17:08:37 -05:00
Remie Richards 16db6f8cc0 Merge pull request #12299 from phil235/SlimeFeedBuckling
Slime feed buckling
2015-10-13 23:08:06 +01:00
Remie Richards 6def937564 Merge pull request #12313 from freerealestate/borgrcdfix
Fixes #12309: Borg RCDs using too much power
2015-10-13 23:07:11 +01:00
Remie Richards 68a3d0bd29 Merge pull request #12086 from AnturK/loneop
Nukeop Outfits,Uplink gamemode override, Lone Operative event.
2015-10-13 23:02:51 +01:00
AnturK 8e5b51b177 Makes t-rays detect mobs in pipes 2015-10-13 21:31:31 +02:00
Marc R. Uchniat 35d3aae16b took the spawn back out because @aranclanos said to 2015-10-12 15:00:26 -07:00
phil235 7c6bbe328e Fixes some cases with mobs attached a mob. Can't enter a mech if attachment is done mid-climb. Can't get inside mech sleeper or closet if you have a mob attached to you. All sorts of teleports now properly teleport the attached mob as well.
Changed the warning message when climbing mech with a mob attached to be more general instead of specifically about slimes.

Getting inside a closet or machine now immediately breaks your pull and the pull of your puller.
Using ethereal jaunt now also immediately break your pull.

Fixes being able to get inside a mech sleeper while buckled by buckling mid-insertion.
2015-10-12 23:28:48 +02:00
phil235 a311e7a739 Merge branch 'master' of https://github.com/tgstation/-tg-station into SlimeFeedBuckling
Conflicts:
	code/game/objects/structures/janicart.dm
2015-10-12 22:01:57 +02:00
phil235 3c788fcc59 Fixes Atmos fire helmets spawning in the wardrobe closet instead of the atmos closet.
Fixes Toggle Helmet light verb on security helmet with seclite attached being usable while dead.
Fixes Lizard snout is poking through helmet
Fixes Space helmets not hiding masks and glasses (especially the large gar glasses)
Eva harsuit helmet no longer has a semi transparent part (incompatible with hiding masks and glasses, and causes lizard snout protruding from that helmet)
Made equip_to_slot() and unEquip proc more OOP at the carbon level which removes some duplicate code between monkey and human.
Readding code\modules\mob\living\carbon\brain\login.dm that someone (probably me) unchecked some time ago by mistake.
2015-10-12 21:50:59 +02:00
AnturK c73526334c Rough Metal Wall 2015-10-12 18:47:22 +02:00
Razharas 84a5511836 Merge pull request #12283 from KorPhaeron/inworld
Removes a bunch of in world
2015-10-12 12:12:35 +03:00
Shadowlight213 6146aa156d Adds a lesser magic mirror that only allows for human and lizard race changes 2015-10-12 01:04:30 -07:00