shocking animals

This commit is contained in:
Fox McCloud
2019-04-12 16:03:18 -04:00
parent 90c9f3f479
commit 58a7107eae
9 changed files with 11 additions and 13 deletions
@@ -78,7 +78,7 @@
if(isliving(user))
var/shock_damage = min(rand(30,40),rand(30,40))
if(iscarbon(user))
if(isliving(user) && !issilicon(user))
var/stun = min(shock_damage, 15)
user.Stun(stun)
user.Weaken(10)