Insulating gloves gives chunky fingers trait (#58407)

This commit is contained in:
Ghilker
2021-04-15 11:05:42 -07:00
committed by GitHub
parent b349d5cde7
commit 72badd3105
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)