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
+3 -1
View File
@@ -103,7 +103,9 @@
attack_slime(mob/user as mob)
if(!isslimeadult(user)) return
var/mob/living/carbon/slime/S = user
if (!S.is_adult)
return
attack_generic(user, rand(10, 15))