removes stupid sdisabilities

This commit is contained in:
Fox-McCloud
2016-07-21 02:24:54 -04:00
parent 1ac09a962c
commit 00a470fd6d
31 changed files with 80 additions and 122 deletions
@@ -357,7 +357,7 @@
if(!owner)
return
owner.disabilities &= ~NEARSIGHTED
owner.sdisabilities &= ~BLIND
owner.disabilities &= ~BLIND
owner.eye_blurry = 0
owner.eye_blind = 0
@@ -170,7 +170,7 @@
if(!owner)
return
owner.disabilities &= ~NEARSIGHTED
owner.sdisabilities &= ~BLIND
owner.disabilities &= ~BLIND
owner.eye_blurry = 0
owner.eye_blind = 0
@@ -150,7 +150,7 @@
if(!owner)
return
owner.disabilities &= ~NEARSIGHTED
owner.sdisabilities &= ~BLIND
owner.disabilities &= ~BLIND
owner.eye_blurry = 0
owner.eye_blind = 0