I am a fucking moron.

This commit is contained in:
Zuhayr
2015-08-22 04:10:44 +09:30
parent 196add63ee
commit 8564db4643

View File

@@ -420,7 +420,7 @@
var/datum/species/chosen_species
if(client.prefs.species)
chosen_species = all_species[client.prefs.species]
use_species_name = all_species[chosen_species.get_station_variant()] //Only used by pariahs atm.
use_species_name = chosen_species.get_station_variant() //Only used by pariahs atm.
if(chosen_species && use_species_name)
// Have to recheck admin due to no usr at roundstart. Latejoins are fine though.