Update tarrasque.dm

This commit is contained in:
Sharkmare
2019-03-21 12:55:28 +01:00
committed by GitHub
parent 78b2c9d573
commit 5ed2d5f1b5
@@ -116,6 +116,7 @@
melee_damage_upper = 50
universal_speak = 0
var/alang = LANGUAGE_GALCOM
var/active_sound = null //'sound/effects/kefka.ogg' //https://www.youtube.com/watch?v=CyZoe-r9qb0
armor = list(
"melee" = 99,
"bullet" = 99,
@@ -164,6 +165,10 @@
if(buckled)
resist()
buckled = null
if(active_sound)
while(anchored)
playsound(src.loc, "[active_sound]", 100, 0, 4)
sleep(15)
//time for special MR X kick you in the shins and stands there code
/mob/living/simple_animal/hostile/tarrasque/mrx/DoPunch(var/atom/A)