Adds a fallback system to the jukebox and makes it user friendlier

This commit is contained in:
Archie
2021-06-21 18:00:48 -03:00
parent ed0cabca5d
commit 774ea5475d
4 changed files with 23 additions and 5 deletions
@@ -26,3 +26,10 @@
cost = 35000
contains = list(/obj/machinery/jukebox)
crate_name = "Jukebox"
/datum/supply_pack/misc/discojukebox
name = "Disco Jukebox"
desc = "For the party within you. Needs engineering access or above."
cost = 60000
contains = list(/obj/machinery/jukebox/disco)
crate_name = "disco jukebox"