ProjectMoon / ringmud

RingMUD Java Mud Server and Engine
http://ringmud.thermetics.net/
GNU Lesser General Public License v3.0
21 stars 5 forks source link

Blindess broken #19

Closed ProjectMoon closed 14 years ago

ProjectMoon commented 14 years ago

When a player is blind, they can still see things as they walk around and look.

ProjectMoon commented 14 years ago

More correctly, there is a disconnect between the "isBlind" property and the SensesGroup's visual sense being disabled. This can be rectified with AspectJ perhaps.

ProjectMoon commented 14 years ago

This also applies to deafness, as the player will be able to hear auditory stimuli coming in from other sources due to a disconnect between the two properties.

ProjectMoon commented 14 years ago

Fixed by removing old properties and using only the Senses API.