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

This commit is contained in:
John Willard
2021-09-19 03:20:21 -07:00
committed by GitHub
parent 519a15032e
commit a86e939bd4
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -207,7 +207,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