Updated the faithless health/damage and the wildwest map to have rig suits on the miner corpses. I'd already edited this locally on the /tg/station servers, so our players shouldn't notice any difference.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5150 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Kortgstation@gmail.com
2012-11-21 14:25:30 +00:00
parent fb90b18664
commit 8fcff0ac65
3 changed files with 18 additions and 12 deletions
@@ -11,12 +11,12 @@
response_harm = "hits the"
speed = -1
stop_automated_movement_when_pulled = 0
maxHealth = 100
health = 100
maxHealth = 80
health = 80
harm_intent_damage = 10
melee_damage_lower = 18
melee_damage_upper = 18
melee_damage_lower = 15
melee_damage_upper = 15
attacktext = "grips"
attack_sound = 'sound/hallucinations/growl1.ogg'
@@ -42,6 +42,6 @@
. =..()
var/mob/living/L = .
if(istype(L))
if(prob(15))
if(prob(12))
L.Weaken(3)
L.visible_message("<span class='danger'>\the [src] knocks down \the [L]!</span>")