Skip to content

Commit

Permalink
cleaniness
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickLode committed Oct 1, 2023
1 parent 7662c10 commit 5d82586
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/modules/mob/living/blood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@

else
switch(severity)
if(1) severity_mod = "very "
if(2) severity_mod = "extremely "
if(1)
severity_mod = "very "
if(2)
severity_mod = "extremely "
msg = "You feel [severity_mod][pick("dizzy","woozy","faint")]."

to_chat(src, SPAN_DANGER(msg))
Expand Down

0 comments on commit 5d82586

Please sign in to comment.