Merge pull request #42205 from 81Denton/ghost-sounds

Reduces sound volume for some ghost notifications
This commit is contained in:
oranges
2019-01-06 21:40:40 +13:00
committed by GitHub
4 changed files with 5 additions and 5 deletions
@@ -96,7 +96,7 @@
user.dropItemToGround(src)
target.equip_to_slot_if_possible(src, SLOT_HEAD)
arm()
notify_ghosts("[user] put a reverse bear trap on [target]!", source = src, action = NOTIFY_ORBIT, ghost_sound = 'sound/machines/beep.ogg')
notify_ghosts("[user] put a reverse bear trap on [target]!", source = src, action = NOTIFY_ORBIT, ghost_sound = 'sound/machines/beep.ogg', notify_volume = 75)
/obj/item/reverse_bear_trap/proc/snap()
reset()