This commit is contained in:
Erki
2018-04-07 17:00:48 +02:00
committed by Werner
parent c3cb1b71bf
commit 59f1d4f3ec
@@ -431,10 +431,9 @@ INITIALIZE_IMMEDIATE(/mob/abstract/new_player)
new_character.dna.ready_dna(new_character)
new_character.dna.b_type = client.prefs.b_type
new_character.sync_organ_dna()
if(client.prefs.disabilities)
if(client.prefs.disabilities & NEARSIGHTED)
// Set defer to 1 if you add more crap here so it only recalculates struc_enzymes once. - N3X
new_character.dna.SetSEState(GLASSESBLOCK,1,0)
new_character.disabilities |= NEARSIGHTED
// And uncomment this, too.
//new_character.dna.UpdateSE()