Skip to content

Commit

Permalink
Increase visibility (#3290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster authored Sep 10, 2024
1 parent 72594b6 commit 057d9bd
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@

switch(round(multiplier))
if(1 to 2)
if(prob(1))
if(prob(5))
to_chat(affected_mob, span_warning("You feel [pick("discomfort", "pressure", "a burning sensation", "pain")] in your chest."))
if(prob(1))
if(prob(5))
to_chat(affected_mob, span_warning("You feel dizzy."))
affected_mob.adjust_confusion(6 SECONDS)
if(prob(1.5))
if(prob(7.5))
to_chat(affected_mob, span_warning("You feel [pick("full", "nauseated", "sweaty", "weak", "tired", "short of breath", "uneasy")]."))
if(3 to 4)
if(!sound)
affected_mob.playsound_local(affected_mob, 'sound/health/slowbeat.ogg', 40, FALSE, channel = CHANNEL_HEARTBEAT, use_reverb = FALSE)
sound = TRUE
if(prob(1.5))
if(prob(7.5))
to_chat(affected_mob, span_danger("You feel a sharp pain in your chest!"))
if(prob(25))
if(prob(30))
affected_mob.vomit(95)
affected_mob.emote("cough")
affected_mob.Paralyze(40)
affected_mob.losebreath += 4
if(prob(1.5))
if(prob(7.5))
to_chat(affected_mob, span_danger("You feel very weak and dizzy..."))
affected_mob.adjust_confusion(8 SECONDS)
affected_mob.stamina.adjust(-40, FALSE)
Expand Down

0 comments on commit 057d9bd

Please sign in to comment.