Merge pull request #418 from Fox-McCloud/Fixes-Genetics

Fixes, Genetics, and Balance
This commit is contained in:
ZomgPonies
2015-02-25 21:56:33 -05:00
23 changed files with 161 additions and 82 deletions
+2 -2
View File
@@ -20,8 +20,8 @@
for(var/mob/living/target in targets)
for(var/x in mutations)
target.mutations.Add(x)
if(x == HULK && ishuman(target))
target:hulk_time=world.time + duration
/* if(x == HULK && ishuman(target))
target:hulk_time=world.time + duration */
target.disabilities |= disabilities
target.update_mutations() //update target's mutation overlays
spawn(duration)