[MIRROR] removes a useless check from organs and fixes maint eyes permanent blindness (#8271)

* removes a useless check from organs and fixes maint eyes permanent blindness (#61541)

* removes a useless check from organs and fixes maint eyes permanent blindness

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-09-19 15:51:49 +01:00
committed by GitHub
co-authored by John Willard
parent 033fca0b7b
commit 31ad5a662c
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -208,7 +208,7 @@
if(victim.flags_1 & IS_SPINNING_1)
return DEVIATION_NONE
if(HAS_TRAIT(victim, TRAIT_FLASH_SENSITIVE)) //Basically if you have Flypeople eyes
if(HAS_TRAIT(victim, TRAIT_FLASH_SENSITIVE)) //If your eyes are sensitive and can be flashed from any direction.
return DEVIATION_NONE
// Are they on the same tile? We'll return partial deviation. This may be someone flashing while lying down