code/datums/status_effects/debuffs/blindness.dm
CAN_BE_BLIND | Helper macro, for ease of expanding checks for mobs which cannot be blinded There are no reason why these cannot be blinded, it is simply for "design reasons" (these things shouldn't be blinded) |
---|---|
/datum/status_effect/grouped/nearsighted | Nearsighted |
/datum/status_effect/grouped/blindness | Blindness |
/datum/status_effect/temporary_blindness | This status effect handles applying a temporary blind to the mob. |
Define Details
CAN_BE_BLIND
Helper macro, for ease of expanding checks for mobs which cannot be blinded There are no reason why these cannot be blinded, it is simply for "design reasons" (these things shouldn't be blinded)