mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-25 06:07:36 +01:00
GS13 edit comments
adds GS13 edit comments that were missing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user