mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-26 13:36:48 +01:00
Update tarrasque.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user