buffs jukeboxes - makes jukebox sounds have double the falloff (#7458)

This commit is contained in:
deathride58
2018-08-15 02:07:22 -04:00
committed by kevinz000
parent 845838d2b2
commit faa2b39ca2
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -121,7 +121,7 @@
updateUsrDialog()
/obj/machinery/jukebox/proc/activate_music()
var/jukeboxslottotake = SSjukeboxes.addjukebox(src, selection)
var/jukeboxslottotake = SSjukeboxes.addjukebox(src, selection, 2)
if(jukeboxslottotake)
active = TRUE
update_icon()