Refactors Species Gun Handling

This commit is contained in:
Fox-McCloud
2016-05-09 16:31:51 -04:00
parent cc7472ca67
commit 4f8c42484e
6 changed files with 14 additions and 14 deletions
@@ -77,6 +77,11 @@
if (!user.IsAdvancedToolUser())
to_chat(user, "<span class='warning'>You don't have the dexterity to do this!</span>")
return
if(ishuman(user))
var/mob/living/carbon/human/H = user
if((HULK in H.mutations) || (H.species.flags & NOGUNS))
user << "<span class='warning'>Your fingers can't press the button!</span>"
return
add_fingerprint(user)