Fixes blindfolds not properly counting as being blind

This commit is contained in:
ShizCalev
2020-02-24 01:10:34 -05:00
parent 0fb98df63d
commit df81c5be4a
15 changed files with 33 additions and 36 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
if(burnt_out)
user.visible_message("<span class='suicide'>[user] raises \the [src] up to [user.p_their()] eyes and activates it ... but it's burnt out!</span>")
return SHAME
else if(user.eye_blind)
else if(user.is_blind())
user.visible_message("<span class='suicide'>[user] raises \the [src] up to [user.p_their()] eyes and activates it ... but [user.p_theyre()] blind!</span>")
return SHAME
user.visible_message("<span class='suicide'>[user] raises \the [src] up to [user.p_their()] eyes and activates it! It looks like [user.p_theyre()] trying to commit suicide!</span>")