Skip to content

Commit

Permalink
Default to CHANNEL_SOUND_EFFECTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Oct 27, 2024
1 parent ab37d9b commit 0003ef1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monkestation/code/game/objects/items.dm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/obj/item
/// If specified, the pickup sound will use this mixer channel.
var/pickup_mixer_channel
var/pickup_mixer_channel = CHANNEL_SOUND_EFFECTS
/// If specified, the drop sound will use this mixer channel.
var/drop_mixer_channel
var/drop_mixer_channel = CHANNEL_SOUND_EFFECTS
/// If specified, the equip sound will use this mixer channel.
var/equip_mixer_channel
var/equip_mixer_channel = CHANNEL_SOUND_EFFECTS

/obj/item/proc/adjust_weight_class(amt, min_weight = WEIGHT_CLASS_TINY, max_weight = WEIGHT_CLASS_GIGANTIC)
if(!amt || !isnum(amt))
Expand Down

0 comments on commit 0003ef1

Please sign in to comment.