[MIRROR] Allows blind people to touch things to examine them (#231)

* Merge pull request #52727 from MrMelbert/touchyfeely

Allows blind people to touch things to examine them

* Allows blind people to touch things to examine them

Co-authored-by: skoglol <33292112+kriskog@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-08-07 11:08:02 +02:00
committed by GitHub
co-authored by skoglol
parent db9ded5625
commit b5ce584906
5 changed files with 40 additions and 7 deletions
@@ -140,7 +140,7 @@ GLOBAL_LIST(labor_sheet_values)
/obj/machinery/mineral/labor_points_checker/attack_hand(mob/user)
. = ..()
if(.)
if(. || user.is_blind())
return
user.examinate(src)