diff --git a/html/changelogs/Ben10083 - SpaceBarBugs.yml b/html/changelogs/Ben10083 - SpaceBarBugs.yml
new file mode 100644
index 00000000000..fe73ee8c202
--- /dev/null
+++ b/html/changelogs/Ben10083 - SpaceBarBugs.yml
@@ -0,0 +1,14 @@
+# Your name.
+author: Ben10083
+
+# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
+delete-after: True
+
+# Any changes you've made. See valid prefix list above.
+# INDENT WITH TWO SPACES. NOT TABS. SPACES.
+# SCREW THIS UP AND IT WON'T WORK.
+# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
+# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
+changes:
+ - rscadd: "Space Bar Patrons now start with 500 credits."
+ - maptweak: "Space Bar Jukebox now starts anchored."
diff --git a/maps/away/generic/space_bar.dmm b/maps/away/generic/space_bar.dmm
index 2a8fef53fb7..8bc2b11429d 100644
--- a/maps/away/generic/space_bar.dmm
+++ b/maps/away/generic/space_bar.dmm
@@ -1380,7 +1380,9 @@
/turf/simulated/floor/wood,
/area/space_bar)
"xFs" = (
-/obj/machinery/media/jukebox,
+/obj/machinery/media/jukebox{
+ anchored = 1
+ },
/turf/simulated/floor/wood,
/area/space_bar)
"xFU" = (
diff --git a/maps/away/generic/space_bar_ghostroles.dm b/maps/away/generic/space_bar_ghostroles.dm
index 406f40ff6d6..77586346af6 100644
--- a/maps/away/generic/space_bar_ghostroles.dm
+++ b/maps/away/generic/space_bar_ghostroles.dm
@@ -80,7 +80,7 @@
spawnpoints = list("space_bar_patron")
max_count = 3
- outfit = /datum/outfit/admin/random/space_bar
+ outfit = /datum/outfit/admin/random/space_bar_patron
possible_species = list(SPECIES_HUMAN,SPECIES_HUMAN_OFFWORLD,SPECIES_SKRELL, SPECIES_SKRELL_AXIORI,SPECIES_TAJARA,SPECIES_TAJARA_MSAI,SPECIES_TAJARA_ZHAN,SPECIES_UNATHI,SPECIES_VAURCA_WARRIOR,SPECIES_VAURCA_WORKER)
allow_appearance_change = APPEARANCE_PLASTICSURGERY
@@ -88,5 +88,6 @@
special_role = "Space Bar Patron"
respawn_flag = null
-/datum/outfit/admin/random/space_bar
- l_ear = /obj/item/device/radio/headset/ship
\ No newline at end of file
+/datum/outfit/admin/random/space_bar_patron
+ l_ear = /obj/item/device/radio/headset/ship
+ l_pocket = /obj/item/spacecash/c500
\ No newline at end of file