Skip to content

Commit

Permalink
Goliath tweaks (#9999)
Browse files Browse the repository at this point in the history
* Goliath tweaks

* Update goliath.dm

* Update goliath.dm
  • Loading branch information
Rukofamicom authored Oct 12, 2023
1 parent b9fe21c commit 3d7c944
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
icon_gib = "syndicate_gib"
mob_biotypes = list(MOB_ORGANIC, MOB_BEAST)
mouse_opacity = MOUSE_OPACITY_ICON
move_to_delay = 40
move_to_delay = 2 SECONDS
ranged = 1
ranged_cooldown_time = 120
ranged_cooldown_time = 80
friendly = "wails at"
speak_emote = list("bellows")
vision_range = 4
Expand Down Expand Up @@ -187,7 +187,8 @@
if((!QDELETED(spawner) && spawner.faction_check_mob(L)) || L.stat == DEAD)
continue
visible_message("<span class='danger'>[src] grabs hold of [L]!</span>")
L.Stun(100)
L.Stun(1 SECONDS)
L.Knockdown(6 SECONDS)
L.adjustBruteLoss(rand(10,15))
latched = TRUE
if(!latched)
Expand Down

0 comments on commit 3d7c944

Please sign in to comment.