- Mutantraces are no longer a variable tied to human mobs, but rather a variable tied to dna. As such, changelings who absorb people with a mutantrace will now transform back into the mutantrace when they transform into their DNA.

- Fixed issue 784.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4440 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-08-16 17:13:28 +00:00
parent 27b56fd284
commit c0465614da
17 changed files with 74 additions and 62 deletions
+3 -2
View File
@@ -735,8 +735,9 @@ client
if(!H || !istype(H))
usr << "Mob doesn't exist anymore"
return
H.mutantrace = new_mutantrace
H.update_mutantrace()
if(H.dna)
H.dna.mutantrace = new_mutantrace
H.update_mutantrace()
else if (href_list["regenerateicons"])
var/mob/M = locate(href_list["regenerateicons"])
if(!istype(M))