Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 634cabe

Browse files
committed
tweaks
1 parent f8d6307 commit 634cabe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

yogstation/code/modules/antagonists/darkspawn/darkspawn_abilities/core_abilities.dm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@
8282

8383
eating = TRUE
8484
if(!do_after(caster, 5 SECONDS, target))
85+
caster.Immobilize(5 SECONDS)
86+
caster.Knockdown(10 SECONDS)
8587
to_chat(target, span_boldwarning("All right... You're all right."))
86-
caster.Knockdown(5 SECONDS)
8788
target.SetImmobilized(0)
8889
eating = FALSE
8990
return FALSE

yogstation/code/modules/antagonists/darkspawn/darkspawn_team.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
current_willpower_progress += amount
118118
if(current_willpower_progress >= max_willpower_progress)
119119
current_willpower_progress -= max_willpower_progress
120-
max_willpower_progress *= 1.1 //gets harder to get more willpower with every willpower granted
120+
max_willpower_progress *= 1.1 //gets harder to get more willpower with every willpower granted to reduce snowballing
121121
grant_willpower(1, TRUE)
122122

123123
//give a willpower to every darkspawn on the team

0 commit comments

Comments
 (0)