mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Antmen buff
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -142,4 +142,4 @@
|
||||
language = "Chittin"
|
||||
attack_verb = "slash"
|
||||
|
||||
flags = WHITELISTED
|
||||
flags = WHITELISTED | HAS_CHITTIN
|
||||
Reference in New Issue
Block a user