New illiterate quirk (#66648)

* New illiterate quirk that makes a person unable to read or write. This applies to books, PDAs, paper, computers, and other electronics.
* New brain trauma dyslexia that makes you illiterate until fixed.
* Ashlizards are now illiterate as a default starting trait. The mining shuttle computer has been updated to compensate illiterate mobs randomly smashing buttons that causes a shuttle launch.

Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
This commit is contained in:
Tim
2022-05-23 20:06:52 -04:00
committed by GitHub
co-authored by Kylerace
parent fe161062f2
commit 0c5b3ac1fd
30 changed files with 181 additions and 114 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