Cult construct and firelock improvements (#807)

This commit is contained in:
Alberyk
2016-09-01 20:41:19 +02:00
committed by skull132
parent 2a188ea03f
commit b39d927ac1
4 changed files with 26 additions and 3 deletions
@@ -12,7 +12,7 @@
a_intent = I_HURT
stop_automated_movement = 1
status_flags = CANPUSH
universal_speak = 0
universal_speak = 1
universal_understand = 1
attack_sound = 'sound/weapons/spiderlunge.ogg'
min_oxy = 0
@@ -20,6 +20,8 @@
harm_intent_damage = 0
melee_damage_lower = 30
melee_damage_upper = 30
mob_size = 30
environment_smash = 2
attacktext = "chomped"
attack_sound = 'sound/misc/monstergrowl.ogg'
@@ -29,6 +31,6 @@
. =..()
var/mob/living/L = .
if(istype(L))
if(prob(15))
if(prob(25))
L.Weaken(3)
L.visible_message("<span class='danger'>\The [src] knocks down \the [L]!</span>")
L.visible_message("<span class='danger'>\The [src] knocks down \the [L]!</span>")