Disability fixes

- Disabilities properly updated when new player is made

- Fixed epilepsy disability not linked to proper SE block
This commit is contained in:
Artorp
2015-02-08 14:20:57 +01:00
parent 6e6b7deb8c
commit 69f5776aee
5 changed files with 5 additions and 6 deletions
+2 -1
View File
@@ -529,7 +529,8 @@
if(client.prefs.disabilities & DISABILITY_FLAG_DEAF)
new_character.dna.SetSEState(DEAFBLOCK,1,1)
new_character.sdisabilities |= DEAF
domutcheck(new_character)
new_character.dna.UpdateSE()