Skip to content

Commit

Permalink
[MIRROR] i accidentally made the twitch overdose not kill you through…
Browse files Browse the repository at this point in the history
… tox that hard oops (#922)

* [NO GBP] i accidentally made the twitch overdose not kill you through tox that hard oops (#25394)

i blame the krokodil code for this one

Co-authored-by: Hatterhat <[email protected]>

* mc resolve

---------

Co-authored-by: Hatterhat <[email protected]>
Co-authored-by: Hatterhat <[email protected]>
Co-authored-by: ReezeBL <[email protected]>
  • Loading branch information
4 people authored Dec 3, 2023
1 parent 415f39b commit 93aad43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
our_guy.set_jitter_if_lower(10 SECONDS * REM * seconds_per_tick)

our_guy.adjustOrganLoss(ORGAN_SLOT_HEART, 1 * REM * seconds_per_tick, required_organ_flag = affected_organ_flags)
our_guy.adjustToxLoss(0.25 * REM * seconds_per_tick, updating_health = FALSE, forced = TRUE, required_biotype = affected_biotype)
our_guy.adjustToxLoss(1 * REM * seconds_per_tick, updating_health = FALSE, forced = TRUE, required_biotype = affected_biotype)

if(SPT_PROB(5, seconds_per_tick))
to_chat(our_guy, span_danger("You cough up a splatter of blood!"))
Expand Down

0 comments on commit 93aad43

Please sign in to comment.