Commit Graph

27 Commits

Author SHA1 Message Date
ZomgPonies
8de1428b51 Completely remove the deprecated mutantrace stuff 2015-04-13 08:07:58 -04:00
DZD
de9accc64d TG Changeling Port
This would've been multiple commits, but I kept forgetting to ACTUALLY
commit things. Changes logged in the PR.
2015-02-08 19:42:01 -05:00
Bone White
d81a87363e Fix for Ryetalin
Cures on a chance based on volume of ryetalin injected, on_mob_life.
TURNS OFF ALL MUTATIONS!!

// 1 volume = ~2% chance
// 10 volume = ~17% chance
// 30 volume = ~38% chance

Returns SE to mob creation values (now set in dna2.dm)
2014-09-14 11:39:52 +01:00
d3athrow
994a5bebbf Fix admins having to toggle genes several fucking times to get them to turn on sometimes.
Fix adminbus toggling genes on to cause all other genes to manifest - added genemutcheck proc and domutation proc to handle the changes.
Added a global list of gene datums that match the order of the randomized blocks in genetics to allow for easy lookup based on blocks and allows single gene checking to work.

Conflicts:
	code/game/gamemodes/setupgame.dm
	code/modules/admin/verbs/debug.dm
2014-07-17 05:27:05 -04:00
VampyrBytes
d8bb31c2f8 Fixes #236
Fixes genetic side effect monkeys being turned human, and some of the
dna2 procs that weren't working properly because of some bad defines
2014-07-14 19:24:09 +01:00
suethecake
10b7a2e8d9 Initial commit containing all the necessary code files that allow Tajaran, Unathi, and Skrell to change both their hair and body color to match. NO MORE GREEN/GREY!
Conflicts:
	code/modules/client/preferences.dm
	code/modules/mob/living/carbon/human/human_defines.dm
	code/modules/mob/living/carbon/species.dm
	code/setup.dm
2014-04-29 13:58:56 -04:00
Rob Nelson
1a2adaaadb Make good/bad mutations dynamically assigned.
Conflicts:
	code/game/dna/dna2_helpers.dm
2014-02-28 19:56:52 -05:00
ZomgPonies
5205df0f7d Genetic abilities fixes 2014-01-26 19:10:12 -05:00
d3athrow
e937bdd4c2 Should in fact, really fix the monkey dna 2014-01-24 12:05:54 -05:00
ZomgPonies
fe0a3a2dcd Fixing Genetics 2014-01-20 03:31:25 -05:00
Rob Nelson
ace34c60b0 DNA2: New powers from Paradise's release of Goon's genetic code. Also added lisp disability.
Conflicts:
	code/modules/mob/living/carbon/human/life.dm
	code/modules/mob/living/carbon/human/say.dm
	html/changelog.html
2014-01-20 02:10:58 -05:00
Rob Nelson
d31bc9def9 UI fix from Ccomp5950 2014-01-20 01:59:51 -05:00
d3athrow
f81e616f21 lazy setSEstate workaround 2014-01-20 01:53:17 -05:00
Rob Nelson
7456592afa I am fucking stupid. 2014-01-20 01:52:36 -05:00
Rob Nelson
5f89171fc1 Hopefully fix all DNA corruption issues caused by assuming datum pass by-val.
Conflicts:
	code/modules/mob/transform_procs.dm
2014-01-20 01:52:08 -05:00
Rob Nelson
6fe47cfc51 Standardize buffers on all DNA machines in an attempt to fix DNA modifiers. WILL BREAK SHIT
Conflicts:
	code/game/machinery/computer/cloning.dm
	code/game/objects/items/weapons/dna_injector.dm
2014-01-20 01:48:57 -05:00
Rob Nelson
8327330cb9 Integrate new gene handling.
Conflicts:
	code/game/dna/dna2_helpers.dm
	code/game/dna/genes/powers.dm
2014-01-20 01:28:16 -05:00
Rob Nelson
1ba0db4f9a Stash
Conflicts:
	code/game/dna/dna_modifier.dm
	tools/OpenBYOND
2014-01-20 01:18:59 -05:00
Rob Nelson
1b2d09bb2d More fixings.
Conflicts:
	code/game/machinery/computer/medical.dm
2014-01-20 01:09:03 -05:00
Rob Nelson
688ed60a44 DNA Modifier works perfectly. Code cleanup.
Conflicts:
	code/game/dna/dna_modifier.dm
2014-01-20 01:02:16 -05:00
Rob Nelson
3c5dd233a6 Clean up code, fix appearance randomization. 2014-01-20 01:00:10 -05:00
Rob Nelson
04ab4903c6 Add DNA2 difficulties.
Conflicts:
	code/game/dna/dna2.dm
	code/game/gamemodes/setupgame.dm
2014-01-20 00:59:53 -05:00
Rob Nelson
268836dd33 DNA modifier running again: Fix shitty defer logic, comment out debugging.
Conflicts:
	code/game/dna/dna2.dm
2014-01-20 00:58:24 -05:00
Rob Nelson
775691e244 Debugging. 2014-01-20 00:55:13 -05:00
Rob Nelson
dc60cc1726 DNA modifiers work now.
Conflicts:
	code/defines/obj/hydro.dm
	code/game/machinery/cloning.dm
	code/game/machinery/hydroponics.dm
	code/modules/mob/living/carbon/zombie/zombie.dm
	code/modules/mob/transform_procs.dm
2014-01-20 00:54:46 -05:00
Rob Nelson
4a8ca0a7d4 Now tested up to character join. 2014-01-20 00:44:10 -05:00
Rob Nelson
db21525feb SAY HELO TO DNA2, N3X15'S AWFUL FUCKING RECODE OF DNA
Conflicts:
	baystation12.dme
	code/game/gamemodes/setupgame.dm
	code/game/objects/items/weapons/dna_injector.dm
	code/modules/mob/living/carbon/human/human.dm
	code/modules/mob/living/carbon/human/human_defines.dm
	code/modules/mob/new_player/new_player.dm
2014-01-20 00:43:19 -05:00