tesla body tweak (#15972)

This commit is contained in:
Alberyk
2023-03-09 22:46:07 +00:00
committed by GitHub
parent c74240ad3d
commit 8b686d5bc1
4 changed files with 15 additions and 3 deletions
+2 -1
View File
@@ -228,7 +228,8 @@
if(no_guns_check)
to_chat(A, SPAN_WARNING("[no_guns_check]")) // the proc returns the no_guns_message
return FALSE
if(A.species && !A.species.can_use_guns())
return FALSE
if((M.is_clumsy()) && prob(40)) //Clumsy handling
var/obj/P = consume_next_projectile()
if(P)