Commit Graph

7939 Commits

Author SHA1 Message Date
Cheridan 091e101b77 Merge pull request #20869 from Shadowlight213/gaswalkers
Moves breathing from species to the lung organ
2016-10-21 11:34:19 -05:00
Cheridan a37d117768 Merge pull request #21089 from phil235/swarmerFix2
Fixes swarmer attack (stamina) on human/monkey being able to destroy clothes.
2016-10-20 23:30:56 -05:00
Shadowlight213 0b37b5a99b Yay for Phil! 2016-10-20 19:21:34 -07:00
Joan Lung 7f89fdf39f The range for combat-y visible messages is now a define (#21077) 2016-10-21 15:20:14 +13:00
oranges 6df23a7095 Merge pull request #21043 from CyberbossJHCB/ZeBrainIzConzumed
Xeno chestbursting gibs brain
2016-10-21 15:15:04 +13:00
Shadowlight213 df3b78702c Fixes. compiles now 2016-10-20 08:29:59 -07:00
Shadowlight213 d96068ce12 Fixes botany snpcs not offloading stuff into the smartfridge. (#21070)
Adds a couple of debug vars to snpcs.
2016-10-20 12:54:50 +02:00
Shadowlight213 e7f9c7e7e0 removes breath mix vars from species
creates lung subtypes
2016-10-19 19:47:44 -07:00
Shadowlight213 865ca10c04 Merge branch 'master' of https://github.com/tgstation/tgstation into gaswalkers 2016-10-19 16:34:00 -07:00
phil235 1abee1468d Fixes swarmer attack (stamina) on human/monkey being able to destroy clothes. 2016-10-20 01:10:16 +02:00
Cheridan 7f6f300587 Merge pull request #21036 from phil235/hugbox
Some nerfs to clothes & item damage
2016-10-19 12:15:35 -05:00
oranges 08f1ca4797 Merge pull request #21027 from MrPerson/why_are_you_looking_at_branch_names_you_weirdo
Fixes an issue where moving in no grav would push off movable objects when nonmovable ones were available
2016-10-19 09:14:21 +13:00
Cyberboss d3280e9e8a Chestbursters eat your brain 2016-10-18 09:24:42 -04:00
MrPerson 5047dd7145 Plane master handling + new chemical Rotatium (#20707)
* Plane master handling + new chemical Rotatium

A whole system to create, store, and access screen master objects from the hud. In case anybody actually wants to do anything relevant with them. Which will probably be me but whatever.

Moves things out to some planes that make sense.
click catcher -99
game 0
lighting 15
fullscreen 18
HUD 19
above HUD 20

Rotatium is more of a demonstration than something I really really love, but it is kinda neat so here you go. It rocks the game plane and lighting planes back and forth and also does light toxin damage. The longer it effects you, the stronger the rocking gets.

No pictures right now, I'll get some later. Sorry.

* Pay no attention to the commit behind the curtain

* Updates travis to 1346, the stable version for 510 for linux
2016-10-18 11:41:23 +02:00
Joan Lung 4cddd81120 Suicide now uses the pronoun helpers (#20973)
* This doesn't actually matter, because you're dead forever once it happens...

* is this entire pr chaff for something else

* you'll do it? nah, fuck that I'll do it
2016-10-18 14:36:38 +13:00
oranges fb30965905 Merge pull request #21022 from KorPhaeron/sloth
Cargo sloths
2016-10-18 13:38:18 +13:00
phil235 30ca862473 Fixes hardsuit not having 300hp (I gave it to the helmet, but had forgotten about the suit itself)
All unique traitor steal objective item are now immune to all damage except severity=1 explosion.
Mobs on fire no longer get damage to their worn backpacks, belts, id, pocket stuff, and suit storage.
All backpacks are now nonflammable, and bag oh holding and engineer backpack are now fireproof.
Mob receiving melee attacks now only have its outer layer of clothes damaged, e.g. no damage to jumpsuit when wearing a suit.
Made all hyposprays (not just the CMO's) acid proof.
Made the singularity gen and tesla gen immune to fire.
2016-10-17 22:51:57 +02:00
oranges 86a8d8a7f5 Merge pull request #20962 from phil235/hit_message
No more message spam when you witness someone being attacked or shot
2016-10-18 09:17:41 +13:00
oranges d165c98420 Merge pull request #21018 from Shadowlight213/revert-20774-ClickAss
Revert "Makes drag/drop that dont have any use call click"
2016-10-18 09:14:09 +13:00
MrPerson 924d47f810 Fixes an issue where moving in no grav would push off movable objects when nonmovable ones were availablee 2016-10-16 22:53:46 -07:00
oranges c770004d0a Merge pull request #20989 from ChangelingRain/whereintheworldissaycodesandiego
Fixes simple animals with spans not keeping/using those spans when input didn't end with ! or ?
2016-10-17 14:26:14 +13:00
KorPhaeron 7e831c5fa2 Adds sloths 2016-10-16 17:24:26 -05:00
Shadowlight213 18709e5ad7 Revert "Makes drag/drop that dont have any use call click" 2016-10-16 12:41:42 -07:00
Jordie 841c723aa5 Merge pull request #20986 from phil235/RipleyGoliathHideFix
Fixes applying goliath hide to ripley not giving it proper armor.
2016-10-16 21:50:06 +11:00
phil235 e74de9b357 Merge branch 'master' of https://github.com/tgstation/-tg-station into damage_fix
# Conflicts:
#	code/modules/mob/living/carbon/carbon_defense.dm
2016-10-16 12:19:48 +02:00
phil235 f6db08af2e Contents_explosion() tweaks (#20934)
* When any object is hit by an explosion, we no longer always call ex_act() on all its contents indiscriminately.
The default contents_explosion() does nothing and it's overriden for certain objects only like storage items, machines with occupants, mechs.

I've also overriden handle_atom_del() for many objects so that any sudden deletion of an object referenced in an object var of its container properly nullifies such references, avoiding potential runtime and updating the container's icon_state (e.g. admin-delete a mixer's beaker and the mixer's sprite updates immediately).

I've tweaked bomb effect on worn clothes, having some armor but not 100% now still protects your clothes somewhat.

Fixes some arguments of ex_act in living/ex_act() and other mobs.

* derp and map fixes.

* dem map fixes, man.

* More work on code that use implants, simplified now that we can use the "implants" carbon var.

* some fixes

* more typos and fixes.
2016-10-16 10:01:37 +13:00
Joan Lung 973e5c4012 Nerfs blobs (#20947)
* nerfs the blob

* we're already doing that gosh this code is old
2016-10-15 17:59:13 +02:00
Joan Lung 29db7d7bab Fixes simple animals with spans not keeping/using those spans when input didn't end with ! or ? 2016-10-15 11:40:21 -04:00
phil235 f9c71fbfb0 Made some slightly less uglier sprites for attack effects.dmi
Melee attacks, gun firing, and things being hit by bullets will now still give witnesses a message, but only if they are less than 3 tiles away. The attacker still doesn't get the message for its own attacks.

I added two arguments to visible_message(), one to specify the visibility range, and one to ignore a specific mob that shouldn't get the message.
2016-10-15 16:10:28 +02:00
phil235 f8c1bc6b7e Fixes applying goliath hide to ripley not giving it proper armor. 2016-10-15 12:26:37 +02:00
phil235 3367f0bde4 Fixes supermatter shard being destroyed by fire.
Buffs the hp of items, backpacks and clothes.
Fixes storage items not dropping their content if destroyed when worn by a mob.
Simplifies acid_melt() and burn(), we no longer try to acid/burn the content of an object that just burn/melted.
Nerfs damage to clothes from bombs when worn by a mob.
Fixes worn clothes taking damage when mob is hit by holo weapons.
2016-10-15 01:14:04 +02:00
Cuboos bf079d29d4 POWER TOOLS TAKE 2. (#20923)
New power tools for the CE! It's like goof's golden tools but less memey and makes more sense, power tools are much faster than normal tools and take the place of two.

Hand drill, activate to switch between between screwdriver bit and bolt bit (screwdriver/wrench)

Jaws of life, activate to switch between a cutting head and prying head, can also open powered doors like a xeno. Cutting head cuts your head off if you suicide with them. I wanted to make the prying head gib your head but i couldn't figure it out.

Reworked how construction handles sounds and added a new "usesound" var to obj/items. This is useful if you want to add another tool or item that makes a send when it's being used. Also useful if you want to replace a sound for an item or if you have an item with a choice of sounds (like if you have two versions of a sound sound you want to play)

CE now gets a unique white tool belt, exactly the same as a regular tool belt, just a re-skin.

CE also spawns with the new power tools and an experimental welder, CE will be the ONLY one to spawn with these tools, might make him a more valuable target for traitors. I figured this would be acceptable considering most heads are not antag enabled (i think)

Also i added a welding tool sound for reasons... figured might as well add some more sounds while i was reworking it.
2016-10-14 10:19:23 +13:00
phil235 43812be1b0 Merge branch 'master' of https://github.com/tgstation/-tg-station into hit_message
# Conflicts:
#	code/game/mecha/mecha_defense.dm
2016-10-13 20:04:59 +02:00
phil235 929c71e67c some tiny fixes 2016-10-13 19:27:00 +02:00
phil235 1ea0e47aa4 Visible_message() when being attacked by melee or projectile is replaced by a simple message only to the target instead of all viewers.
The message when firing a gun is removed.
To keep things balanced melee attacks (punches, alien attacks, animal attacks, etc...) now show a visual effect (similar to what we current have with item attacks.
Fixes muzzle flash effect not appearing for mech guns.
Fixes muzzle flash effect not appearing for certain ranged animal.
Fixes the item attack effect not being visible to camera viewers and mech occupants.
Fixes toy guns foam dart not dropping on the ground when shooting a mob on the same tile as us.
Fixes toy smg magazine sprite being invisible sometimes.
Fixes foam dart not facing the correct direction when fired.
Changes the bullet projectile sprite to have a slight tracer effect so as to be more visible.
2016-10-13 19:21:30 +02:00
Cheridan 1b4317d5ef Merge pull request #20914 from ChangelingRain/godsarebetterthanmechs
You can no longer hide in a mech to avoid gods
2016-10-13 02:06:59 -05:00
oranges dac03dfc07 Merge pull request #20931 from tgstation/RemieRichards-activehands
put_in_hands() now prioritises the active hand
2016-10-13 12:57:03 +13:00
Razharas 7753b04a6c Makes drag/drop that dont have any use call click (#20774)
Makes drag/drop that dont have any particular defined behaviour be treated as just click on the dragged object
2016-10-13 12:55:05 +13:00
Cheridan 34bc9935ac Merge pull request #20924 from KorPhaeron/frogs
Frog fixes and updates
2016-10-11 23:25:13 -05:00
uraniummeltdown e9f9b5a600 You can now collect ore by walking over it with satchel equipped (#20735)
* addressed a few problems

* it finally works perfectly

* all good now

* better code
2016-10-12 15:30:39 +13:00
Remie Richards ea51704f03 ``put_in_hands()`` now prioritises the active hand 2016-10-11 18:28:52 +01:00
Razharas 5ced570b3e Merge pull request #20856 from ChangelingRain/coreprocessidiocy
You can now deconstruct AI cores that contain no AI
2016-10-11 18:39:12 +04:00
Joan Lung 9fae29a33c Merge pull request #20884 from lzimann/alerts
Makes cyborg "Show alerts" verb a browser datum
2016-10-11 09:58:56 -04:00
KorPhaeron c241d6079e Frog fixes and updates 2016-10-10 23:33:48 -05:00
Joan Lung d296d7eb78 You can no longer hide in a mech to avoid gods 2016-10-10 19:30:40 -04:00
Cheridan 9ab0b7a27e Merge pull request #20813 from optimumtact/theurcat
Improvements to simple animal make_baby and Runtime
2016-10-10 16:10:49 -05:00
Joan Lung f51444d8fa Improves some cult rune checks (#20872)
* sword in the dawn

* don't fade away

* it's dumb, but not my problem.
also rearrange these checks~
2016-10-11 10:05:25 +13:00
KorPhaeron 4e68c2ca95 Adds frogs (#20775) 2016-10-11 09:43:31 +13:00
Joan Lung 937b68bfc4 Emags will no longer work on Ratvar-serving cyborgs (#20845)
* That's right, your master is RATVAR.

* CONTROL YOUR INDENTATION

* it's a good thing there are people actually reviewing my code now

* syntax
2016-10-11 09:20:29 +13:00
oranges b8ea78cd00 Improvements to simple animal make_baby and Runtime
Runtime now only stores the children she actually made, instead of
being the mother of every cat in the mob list like some kind of god cat

make_baby no longer spawns off for 400 seconds to set a flag
2016-10-10 05:10:57 +00:00