Commit Graph
266 Commits
Author SHA1 Message Date
Fox-McCloud d12b01d28c Fixes Mutadone 2016-01-24 23:24:21 -05:00
Fox-McCloud 75e9466540 Fixes Hulk Not Properly Being Removed 2016-01-22 23:50:40 -05:00
Fox-McCloud 39e9a420c3 Hulk Balance 2016-01-07 19:11:01 -05:00
KasparoVy 8d1eeb58da Cloning Support for Markings & Head Accessories 2015-12-29 07:50:06 -05:00
KasparoVy 5f72fff880 Final Pass
Breaks Facial Hair updates into their own proc and puts facial hair on
its own layer.
Works through everything that calls update_hair with the intention of
updating facial hair and adds update_fhair
Fixes the sprite names and colouring on all 'facial' and 'body marking'
aspects.

Fixes/implements proper ID photo/preferences preview picture generation.

To do: Tail marking customization possible rework, gutting in the
meantime
2015-12-27 05:45:25 -05:00
Crazylemon 337049d8fb Spans and adds good grammar to self-scanner-inserting 2015-12-14 17:25:28 -08:00
Crazylemon 8af3c8d8f1 It might have been there for a reason w/ever I have no idea what is good for me 2015-12-14 06:08:03 -08:00
Certh 591daf04d2 Corrected the capitalization of a large amount of machines and items. This will also cause BYOND to use the correct articles (a/an).
Also corrected some periods, spelling errors etc. along the way.

If this PR seems familiar, a part of this is of an earlier PR that I messed up.
2015-12-07 16:14:26 +01:00
Crazylemon64 63e0eed2f2 Fixes a major dumb I made in my last commit 2015-12-06 00:20:14 -08:00
Crazylemon64 1efea2dd46 Relaymove added to DNA machine 2015-12-05 10:45:28 -08:00
Crazylemon64 b5bd0f1f0e Pull no longer works bad with medical machines
Mousedropping mobs into them now cancels your pull, so you don't, for
example, start pulling around your surgery patient on accident, or have a
funny pull that you need to use on something else, for sleepers.

Walking while inside of a sleeper will also let you exit it easily
2015-12-05 02:38:06 -08:00
Tastyfish 280fc65938 added cancel to more powers, hand tele, cleanups to others 2015-11-30 22:30:57 -05:00
Tastyfish 897313844b Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into inputfix
Conflicts:
	code/modules/mob/living/silicon/robot/life.dm
2015-11-30 21:54:22 -05:00
TheDZD 6ed7724946 Merge pull request #2691 from Fox-McCloud/radiation-nerf
Rad Sickness Fix
2015-11-30 21:46:00 -05:00
Fox-McCloud f215983fc5 fix not balance 2015-11-30 21:37:41 -05:00
Fox-McCloud a3f7fe2c00 removed max() 2015-11-30 02:15:46 -05:00
Tastyfish e2f67a4260 fixed various inputs to be cancel-able 2015-11-30 01:06:20 -05:00
Fox-McCloud 4b35bdb3fa Rad Sickness Nerf 2015-11-29 21:26:26 -05:00
Fox-McCloud c788811ae2 Re-Adds Dwarf Mutation 2015-11-28 01:29:47 -05:00
Tastyfish 85d651b781 refactored datum/effect/system because it was a complete mess 2015-11-22 19:43:01 -05:00
ZomgPonies c87b7f260e Made telepathy LOS only to compensate for no cooldown. 2015-11-20 20:25:27 -05:00
ZomgPonies d31d84ae58 Removed recharge time on telepathy 2015-11-20 13:09:57 -05:00
Fox-McCloud a5dc73c584 Dwarf Exploit Fix 2015-11-09 04:14:48 -05:00
Fox-McCloud 0f5c154203 Dwarf Mutation Changes 2015-10-17 05:00:02 -04:00
Fox-McCloud 34eadf298e more 3 fixes 2015-10-12 22:28:25 -04:00
Fox McCloud 73b2fc122a Merge pull request #2291 from Markolie/movefix
Fixes and pinpointer update
2015-10-05 16:01:02 -04:00
Markolie de930c24ba Admin panel client fix, goon DNA fix 2015-10-05 01:10:39 +02:00
Crazylemon e23b62ba80 Fixed the game/ side of the directory tree
Also restructured the stuck message conditional so it's less likely I
made a mistake.
2015-10-03 12:26:53 -07:00
Crazylemon 9678fe09ec Replaced location setting with forceMove()
I'm restricting this only to the machine's I'm affecting with this fix.
Refactoring the rest of the code to use it would be for a different
thing.
2015-09-29 11:09:38 -07:00
Crazylemon a1636b3b24 NODROP is now more respected
A few machines, especially in medical, didn't respect NODROP. Hopefully
with these changes, medical cyborgs should no longer get their beaker
stuck in some sort of bizarre multipositional limbo.
2015-09-28 14:48:06 -07:00
Crazylemon ff01f5f0c5 Goon "Irradiated" disability now respects NO_DNA_RAD 2015-09-24 15:27:46 -07:00
Markolie 5ee3320e1a Stop matter eaters from eating their own limbs and constructs and other important mobs whole 2015-09-18 07:14:07 +02:00
Markolie 84c60aa560 Monkey/human transform fixes 2015-09-14 22:13:32 +02:00
Tigercat2000 be92665871 Replace magic intent words with defines, grab fixes
This commit does the following:
 - Replaces all instances of magic intent words, like "harm" and
 "help" with defines, I_HELP, I_DISARM, I_GRAB, I_HARM

 - Fixes a few manual grab instances left over in attack_alien, they
 will now used grabbedby()
2015-09-07 11:51:00 -07:00
Markolie 2f712c3ce6 Irradiate prior to radiation checks 2015-08-28 19:52:25 +02:00
Markolie e94d0934ec Fixes DNA modifier exploit 2015-08-28 19:43:08 +02:00
Markolie 87570fc080 isNonCrewAntag() checks, key_name fixes 2015-08-20 17:25:55 +02:00
Fox-McCloud f635d9c054 Merge pull request #1778 from Markolie/events
Revenant update, event weight tweaks
2015-08-19 17:04:14 -04:00
TheDZD 2248b3eaa6 Merge pull request #1760 from Markolie/ipcmasterrace
IPC overhaul
2015-08-19 11:57:04 -04:00
Fox-McCloud 1f7bfe92be Merge pull request #1781 from Markolie/adminbus
Admin teleport update, further admin message fixes
2015-08-18 20:19:55 -04:00
Markolie f553fb6825 Replace special role checks with isAntag checks 2015-08-18 21:18:21 +02:00
Markolie 8bede1db99 Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into ipcmasterrace
Conflicts:
	code/modules/mob/living/simple_animal/friendly/fox.dm
	code/modules/organs/organ_alien.dm
2015-08-18 18:38:59 +02:00
Markolie a8f8fb160a Revenant update 2015-08-18 18:29:45 +02:00
Markolie 6bb7372ace Logging/ghost messages for various whispers 2015-08-18 18:15:49 +02:00
Markolie 4e8bb6d301 Admin teleport update, further admin message fixes 2015-08-18 00:54:25 +02:00
Fox-McCloud 333e7fe236 Merge pull request #1766 from Markolie/adminbus
Admin jump overhaul, add watchlist functionality, other admin updates
2015-08-17 18:10:38 -04:00
Markolie e715b5128b Ghost follow updates, SMES power fix 2015-08-17 23:15:41 +02:00
Markolie 5eee617063 Consolidate ?/FLW links under key_name_admin 2015-08-17 00:13:53 +02:00
Markolie a397c730b5 Admin jump overhaul, add watchlist functionality, other admin updates 2015-08-16 23:28:02 +02:00
Markolie e6408b96c2 IPC overhaul 2015-08-15 23:52:26 +02:00