Skip to content

Commit

Permalink
Proper knockdown
Browse files Browse the repository at this point in the history
Co-authored-by: DGamerL <[email protected]>
Signed-off-by: PollardTheDragon <[email protected]>
  • Loading branch information
PollardTheDragon and DGamerL authored Dec 13, 2024
1 parent 5553aa1 commit 352abd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/hallucinations/effects/major.dm
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
organ_hit_text = " in \the [parse_zone(def_zone)]"
hit_target.playsound_local(loc, hitsound, 5, TRUE)
hit_target.apply_damage(60, STAMINA, def_zone)
hit_target.apply_effects(knockdown = 2 SECONDS)
hit_target.KnockDown(2 SECONDS)
new /obj/effect/hallucination/sniper_bloodsplatter(get_turf(src), hit_target)
to_chat(hit_target, "<span class='userdanger'>You're shot by \a [src][organ_hit_text]!</span>")

Expand Down

0 comments on commit 352abd5

Please sign in to comment.