Update code/game/objects/items/devices/scanners.dm

Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Thalpy
2019-11-21 19:03:48 +00:00
committed by GitHub
parent bd07ff4bf7
commit da1da717d2
+1 -1
View File
@@ -209,7 +209,7 @@ SLIME SCANNER
//EARS
if(istype(O, /obj/item/organ/ears))
else if(istype(O, /obj/item/organ/ears))
var/obj/item/organ/ears/ears = O
if(advanced)
if(HAS_TRAIT_FROM(C, TRAIT_DEAF, GENETIC_MUTATION))