Turn dionas into simple animals

This commit is contained in:
Markolie
2015-08-17 02:19:29 +02:00
parent fe1fecca11
commit 766b0c979f
16 changed files with 104 additions and 260 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
qdel(src)
return
if (!user.IsAdvancedToolUser() || istype(user, /mob/living/carbon/primitive/diona))
if (!user.IsAdvancedToolUser() || istype(user, /mob/living/simple_animal/diona))
user << "\red You don't have the dexterity to do this!"
return
if(istype(user, /mob/living))