mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
[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:
@@ -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