Antmen buff

This commit is contained in:
ZomgPonies
2013-09-30 01:14:25 -04:00
parent e708b92560
commit f841903433
3 changed files with 5 additions and 1 deletions
@@ -150,6 +150,9 @@ emp_act
if(!isturf(picked)) return
src.loc = picked
return 1
if(species.flags & HAS_CHITTIN && (prob(50 - round(damage / 3))))
visible_message("\red <B> The [attack_text] bounces off [src]' natural armor!</B>")
return 1
return 0
/mob/living/carbon/human/emp_act(severity)
+1 -1
View File
@@ -142,4 +142,4 @@
language = "Chittin"
attack_verb = "slash"
flags = WHITELISTED
flags = WHITELISTED | HAS_CHITTIN