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
@@ -9,7 +9,7 @@
del(src)
spawn(1) // So it has time to be thrown about by the gib() proc.
var/mob/living/carbon/primitive/diona/D = new(get_turf(organ))
var/mob/living/simple_animal/diona/D = new(get_turf(organ))
diona.request_player(D)
del(organ)
*/