[MIRROR] New illiterate quirk [MDB IGNORE] (#13846)

* New illiterate quirk

* Update health_analyzer.dm

* Update health_analyzer.dm

Co-authored-by: Tim <timothymtorres@gmail.com>
Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-05-24 17:33:47 +02:00
committed by GitHub
parent 3bdc4eb844
commit eb96261bf7
30 changed files with 180 additions and 117 deletions
@@ -13,6 +13,9 @@
ui.close()
return
if(!user.can_read(src, check_for_light = FALSE))
return
if(HAS_TRAIT(user, TRAIT_CHUNKYFINGERS) && !allow_chunky)
to_chat(user, span_warning("Your fingers are too big to use this right now!"))
return