[MIRROR] Insulating gloves gives chunky fingers trait (#4931)

* Insulating gloves gives chunky fingers trait (#58407)

* Insulating gloves gives chunky fingers trait

Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-04-15 19:58:56 +01:00
committed by GitHub
co-authored by Ghilker
parent cf8817345f
commit 665d46688c
4 changed files with 14 additions and 2 deletions
@@ -13,6 +13,10 @@
ui.close()
return
if(HAS_TRAIT(user, TRAIT_CHUNKYFINGERS))
to_chat(user, "<span class='warning'>Your fingers are too big to use this right now!</span>")
return
// Robots don't really need to see the screen, their wireless connection works as long as computer is on.
if(!screen_on && !issilicon(user))
if(ui)