mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
|
|
/obj/machinery/media/jukebox/casinojukebox
|
|
name = "space casino jukebox"
|
|
desc = "A jukebox to play the tracks on the golden goose, jazzy~"
|
|
icon = 'icons/obj/casino_ch.dmi'
|
|
icon_state = "casinojukebox-nopower"
|
|
state_base = "casinojukebox"
|
|
|
|
use_power = USE_POWER_OFF
|
|
|
|
/obj/machinery/media/jukebox/casinojukebox/getTracksList()
|
|
return SSmedia_tracks.casino_tracks
|