mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user