Skip to content

Commit

Permalink
[PORT] Vomiting from disgust now removes 50 disgust from you (tgstati…
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy authored Aug 24, 2024
1 parent 1f4ef6c commit 0cdd035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/surgery/organs/stomach/_stomach.dm
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
disgusted.adjust_confusion(2.5 SECONDS)
disgusted.adjust_stutter(2 SECONDS)
disgusted.vomit(10, distance = 0, vomit_type = NONE)
disgusted.adjust_disgust(-50)
disgusted.set_dizzy_if_lower(10 SECONDS)
if(disgust >= DISGUST_LEVEL_DISGUSTED)
if(SPT_PROB(13, seconds_per_tick))
Expand Down

0 comments on commit 0cdd035

Please sign in to comment.