Commit Graph

78 Commits

Author SHA1 Message Date
Fox-McCloud
0a8dca713c proper ear damage proc 2016-07-21 04:24:12 -04:00
Fox-McCloud
1ac09a962c Cleans up Vars 2016-07-21 01:43:16 -04:00
Fox-McCloud
f0b8d3b097 more cleanup 2016-07-17 00:44:58 -04:00
Tigercat2000
71e5344a98 Mass replace 2016-07-07 19:34:02 -07:00
TheDZD
3a262b7a67 Merge pull request #4777 from Kyep/mindshield
Renames Loyalty implants to Mindshield implants
2016-06-30 12:03:03 -04:00
Kyep
3df13bac0d Fixes CC jobs being selected for antag roles (#4815) 2016-06-29 08:32:04 -04:00
Kyep
a46c066aec Krausus 2016-06-26 18:05:13 -07:00
Kyep
7a8480b1a5 more text changes 2016-06-25 18:59:10 -07:00
Fox-McCloud
4f8c42484e Refactors Species Gun Handling 2016-05-09 16:31:51 -04:00
Fox-McCloud
4f5b4f4677 cleanup 2016-05-02 00:43:24 -04:00
Tigercat2000
bb5e3bca63 Fix remaining issues and sound shit 2016-04-05 16:26:11 -07:00
Tigercat2000
78f53553f8 Reduce lines by removing blank lines added by PJ's script 2016-04-05 08:25:57 -07:00
Tigercat2000
9d430844c3 Replace most (if not all) output << operators with to_chat(user, message)
Currently, to_chat is literally just a proc that does user << message.
But it'll let us do output modification in the future, especially for
something like Goon's HTML chat.

Big thanks to PJB for his to_chat script, see
https://github.com/d3athrow/vgstation13/pull/6625 for more details.
2016-04-05 08:15:05 -07:00
Fox-McCloud
2fe3b35982 Shadowling Fix 2016-03-31 08:45:31 -04:00
Fox-McCloud
d1815180c3 thralls 2016-03-26 03:21:25 -04:00
Fox-McCloud
5194cf773a fixes 2016-03-24 17:50:34 -04:00
Fox-McCloud
cf567414c2 Major Shadowling Update 2016-03-23 21:25:15 -04:00
Tigercat2000
319a1bdd06 fix #3955 spacing 2016-03-22 19:02:59 -07:00
Fox-McCloud
4f737e7c04 binsult.ogg 2016-03-22 21:06:21 -04:00
Fox-McCloud
c8aa1f79f0 Shadowling Species Handling Refactor 2016-03-21 19:47:00 -04:00
Tastyfish
0e0225b1ee Fixes several midround antag assignments not asking ghosts first 2016-03-07 03:03:45 -05:00
Tastyfish
a8f9ea2086 pda refactor 2016-02-12 03:24:21 -05:00
TheDZD
5a8ffbd198 Jobban Tweaks 2016-02-09 16:35:30 -05:00
Fox-McCloud
e38417cebe Electrocution Refactor+Electric Reagents 2015-12-31 17:28:27 -05:00
Crazylemon
23e8b1277f Wave 2 of tweaks, probably needs a little more
Ripped out the preferences_savefile.dm because it's obsolete and we
don't use it
2015-12-27 06:32:25 -08:00
Aurorablade
ccd6d2641b Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into HudRefactor 2015-12-17 22:43:09 -05:00
Aurorablade
95d8b50345 hud_updateflag purge!
EXTERMINATUS BITCH
2015-12-13 17:16:14 -05:00
Aurorablade
950ae86a92 Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into HudRefactor 2015-12-10 06:47:43 -05:00
Aurorablade
c590958f2d Hud refactor 2015-12-10 01:01:54 -05:00
Tigercat2000
42aa800393 Merge remote-tracking branch 'upstream/master' into I_WILL_FUCKING_NUKE_THIS_GODDDDAMMMNIIITTT
Conflicts:
	code/game/supplyshuttle.dm
	code/modules/mining/laborcamp/laborshuttle.dm
2015-12-09 10:08:28 -08:00
TheDZD
a541d11913 Merge pull request #2448 from tigercat2000/footsteps_are_good_iunno
Footstep sounds
2015-12-08 20:37:49 -05:00
Tigercat2000
356835aa99 Merge remote-tracking branch 'upstream/master' into I_WILL_FUCKING_NUKE_THIS_GODDDDAMMMNIIITTT
Conflicts:
	code/game/gamemodes/heist/heist.dm
	code/game/gamemodes/malfunction/malfunction.dm
	code/game/gamemodes/revolution/revolution.dm
	code/modules/admin/verbs/randomverbs.dm
2015-12-03 11:03:01 -08:00
Tigercat2000
e60799474b tgshuttles unfinished 2015-12-03 10:59:06 -08:00
TheDZD
2bf228d0fd - Fixes #2669
- Re-orders code in simple_animal/vox.dm death() to be the same as it was previously, so that the Vox Armalis actually display a visible_message on death.
2015-11-27 18:43:01 -05:00
Tastyfish
85d651b781 refactored datum/effect/system because it was a complete mess 2015-11-22 19:43:01 -05:00
Tigercat2000
46572359fa Merge remote-tracking branch 'upstream/master' into footsteps_are_good_iunno
Conflicts:
	code/modules/mob/living/carbon/human/human_movement.dm
2015-11-17 17:40:08 -08:00
Tigercat2000
b36a32b6b8 Gamemode cleanup x1
Changelog:
 - Enemy intercept (send_intercept()) completely nuked, it did not compile
   when I attempted to make it into a config option.
  - The intercept for blob() is retained and made into a custom proc for
    blob.
 - The constant variables 'waittime_l' and 'waittime_h' have been moved to
   /datum/game_mode, as they were defined on every gamemode with the same
   values.
 - rp-revolution.dm and anti_revolution.dm deleted. They do not compile,
   and are not included in the DME already.
2015-11-16 11:51:18 -08:00
Tigercat2000
a037bbefdb Stepsound "BALANCING"
Changes:
 Humans now use the following ranges:
  - range(6) for running + shoes
  - range(5) for running OR shoes
  - range(4) for not running AND no shoes
 Humans use the following volumes:
  - 13 for running + shoes
  - 9 for running OR shoes
  - 5 for not running AND no shoes
 Humans have special modifiers on steps:
  - Shoes being 'silent' = Silent
   - Noslip shoes are silent by default.
   - You can make any shoe silent by tablecrafting shoe wraps with 10
     ducttape and a wirecutter at a table.
  - Species being 'silent' = Silent
   - Currently, shadowlings use this.
  - Buckled, lying, or being thrown = Silent
  - No feet = Silent
  - No gravity = Footsteps every 3 turfs instead of every 2.

 Xenomorphs now use the following ranges:
  - range(4) at all times.
 Xenomorphs use the following volumes:
  - 5 at all times.
 Xenomorphs have special modifiers on steps:
  - Walking = Silent
  - Buckled, lying, being thrown = Silent
  - No gravity = Footsteps every 3 turfs instead of every 2.
2015-11-01 19:56:24 -08:00
Markolie
bff7a9a80c Replace _color with item_color 2015-10-05 19:55:14 +02:00
DZD
22faa3c40d Fixes a few description oversights 2015-09-28 19:28:48 -04:00
DZD
b990b6c71b Merge remote-tracking branch 'upstream/master' into vision 2015-09-28 19:03:14 -04:00
Markolie
b914544a87 Fixes 2015-09-27 22:50:09 +02:00
DZD
0ceaf664af Fix merge conflicts 2015-09-27 11:24:51 -04:00
Markolie
a47b86e3c5 Whoops, add return 2015-09-27 08:48:43 +02:00
Markolie
bcc3f2483a Prevent shadowlings from hatching in lockers 2015-09-27 08:43:08 +02:00
Tigercat2000
4f3938d68b -tg- buckling system
This commit overhauls a bunch of systems so that buckling works for
any subtype of /obj. This means that space vines and chairs and beds all
use the same system. A lot of stuff has been touched.
2015-09-24 15:52:10 -07:00
DZD
37ea591087 Shadowling, changeling, and vision fixes/changes 2015-09-23 13:00:58 -04:00
Markolie
84c60aa560 Monkey/human transform fixes 2015-09-14 22:13:32 +02:00
Markolie
caf5603822 Properly remove shadowling/cult status from robots 2015-09-11 06:46:07 +02:00
Tigercat2000
7f4ac72910 Progress bars + Wall Rationalization
This commit does the following:
 - Ports progress bars from -tg- (tgstation/-tg-station#9921)
 - Refactors wall attackby code to make it 100% less insane; Instead of
   manually checking every little thing, it uses do_after,
   consequentially, making the new progress bars affect dealing with walls
   as well.

Wall code makes a tiger sad.
2015-08-31 13:38:51 -07:00