Slime update

This commit is contained in:
Kelenius
2014-07-13 17:37:30 +04:00
parent 0e5b7dea5b
commit aad89409de
31 changed files with 903 additions and 1083 deletions

View File

@@ -63,7 +63,7 @@
slime.Discipline = 0
if(power >= 3)
if(istype(slime, /mob/living/carbon/slime/adult))
if(slime.is_adult)
if(prob(5 + round(power/2)))
if(slime.Victim)