Removing some debugs.

This commit is contained in:
Zuhayr
2015-04-01 18:06:46 -07:00
parent 84b903cf69
commit 8def76f849
2 changed files with 2 additions and 4 deletions

View File

@@ -20,7 +20,8 @@
else
set_species()
name = species.get_random_name(gender)
if(species)
name = species.get_random_name(gender)
var/datum/reagents/R = new/datum/reagents(1000)
reagents = R