Merge pull request #59 from Azarak/master

It's me trying to fix a conflict and I've never done this don't mind me
This commit is contained in:
quotefox
2019-11-08 20:48:47 +00:00
committed by GitHub
70 changed files with 1963 additions and 503 deletions
@@ -108,7 +108,7 @@
for(var/X in C.dna.mutations) //some mutations require having specific limbs to be kept.
var/datum/mutation/human/MT = X
if(MT.limb_req && MT.limb_req == body_zone)
MT.force_lose(C)
C.dna.force_lose(MT)
for(var/X in C.internal_organs) //internal organs inside the dismembered limb are dropped.
var/obj/item/organ/O = X