Skip to content

Commit

Permalink
Ebent
Browse files Browse the repository at this point in the history
Kruto
  • Loading branch information
DetectiveEnotsky committed Sep 7, 2024
1 parent 12ca215 commit 86f9a9c
Show file tree
Hide file tree
Showing 3 changed files with 982 additions and 911 deletions.
7 changes: 7 additions & 0 deletions code/game/machinery/jukebox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
var/rickrolling = FALSE
var/spamcheck = FALSE

/obj/machinery/media/jukebox/super_juke
name = "fancy jukebox"
desc = "Touch the goddamn thing, and even a space marine's powersuit won't save you from the captain's rage."
icon = 'icons/obj/jukebox.dmi'
icon_state = "superjuke-nopower"
state_base = "superjuke"

/obj/machinery/media/jukebox/Initialize()
. = ..()

Expand Down
Loading

0 comments on commit 86f9a9c

Please sign in to comment.