mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Cult construct and firelock improvements (#807)
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user