Golem shells require more dexterity (#18902)

* Golem shells require more dexterity

* Update check

I'm dumb and forgot ishuman exists

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* Update check 2.0

Because I'm turbo blind

* Update tres

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
ParaGitV
2022-08-31 13:15:50 +01:00
committed by GitHub
co-authored by Contrabang Sirryan2002
parent b80d9e213d
commit 4c500fb3d6
@@ -40,6 +40,10 @@
/obj/item/stack/sheet/plastic = /datum/species/golem/plastic)
if(istype(I, /obj/item/stack))
if(!ishuman(user))
to_chat(user, "<span class='warning'>You don't have the dexterity to do this!</span>")
return
var/obj/item/stack/O = I
var/species = golem_shell_species_types[O.merge_type]
if(species)