GS13 edit comments

adds GS13 edit comments that were missing
This commit is contained in:
SeepingVisage
2025-07-31 20:13:07 -04:00
parent 43b7411188
commit fdf9cb24da
3 changed files with 6 additions and 0 deletions
@@ -172,7 +172,9 @@ All foods are distributed among various categories. Use common sense.
if(reagents) //Handle ingestion of the reagent.
if(M.satiety > -200)
M.satiety -= junkiness
//GS13 Edit - Eating sound prefs
playsound_prefed(M.loc,'sound/items/eatfood.ogg', EATING_NOISES, rand(10,50), 1)
//GS13 Edit end
var/bitevolume = 1
if(HAS_TRAIT(M, TRAIT_VORACIOUS))
bitevolume = bitevolume * 0.67