diff --git a/html/changelogs/RustingWithYou - stairs.yml b/html/changelogs/RustingWithYou - stairs.yml
new file mode 100644
index 00000000000..25bdaf540f7
--- /dev/null
+++ b/html/changelogs/RustingWithYou - stairs.yml
@@ -0,0 +1,42 @@
+################################
+# Example Changelog File
+#
+# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
+#
+# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
+# When it is, any changes listed below will disappear.
+#
+# Valid Prefixes:
+# bugfix
+# wip (For works in progress)
+# tweak
+# soundadd
+# sounddel
+# rscadd (general adding of nice things)
+# rscdel (general deleting of nice things)
+# imageadd
+# imagedel
+# maptweak
+# spellcheck (typo fixes)
+# experiment
+# balance
+# admin
+# backend
+# security
+# refactor
+#################################
+
+# Your name.
+author: RustingWithYou
+
+# 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:
+ - bugfix: "Replaces decal stairs on Point Verdant with real stairs."
+ - bugfix: "Fixes missing bartender access on Point Verdant."
diff --git a/maps/away/away_site/konyang/point_verdant/point_verdant-1.dmm b/maps/away/away_site/konyang/point_verdant/point_verdant-1.dmm
index 92d98e9c33c..1198fa9b49f 100644
--- a/maps/away/away_site/konyang/point_verdant/point_verdant-1.dmm
+++ b/maps/away/away_site/konyang/point_verdant/point_verdant-1.dmm
@@ -3092,13 +3092,6 @@
/obj/effect/decal/cleanable/cobweb,
/turf/simulated/floor/exoplanet/dirt_konyang,
/area/point_verdant/interior/hotel)
-"jg" = (
-/obj/effect/decal/exterior_stairs/left{
- dir = 8;
- icon_state = "stairs-left-top"
- },
-/turf/simulated/floor/concrete,
-/area/point_verdant/outdoors)
"ji" = (
/obj/effect/decal/cleanable/floor_damage/random_wood_broken,
/obj/random/dirt_75,
@@ -15388,14 +15381,6 @@
/obj/item/trash/cigbutt,
/turf/simulated/floor/tiled,
/area/point_verdant/interior/police)
-"Tf" = (
-/obj/effect/decal/exterior_stairs/left{
- dir = 4;
- layer = 2.01;
- icon_state = "stairs-left-bot"
- },
-/turf/simulated/floor/concrete,
-/area/point_verdant/outdoors)
"Tg" = (
/obj/structure/stairs/urban/left{
icon_state = "stairs-left-top"
@@ -54877,8 +54862,8 @@ IJ
vR
uU
uU
-jg
-Tf
+LD
+LD
rf
rf
rf
diff --git a/maps/away/away_site/konyang/point_verdant/point_verdant-2.dmm b/maps/away/away_site/konyang/point_verdant/point_verdant-2.dmm
index 24d09db0227..c1d5f26dcb2 100644
--- a/maps/away/away_site/konyang/point_verdant/point_verdant-2.dmm
+++ b/maps/away/away_site/konyang/point_verdant/point_verdant-2.dmm
@@ -16809,7 +16809,7 @@
/area/point_verdant/interior/offices)
"Rb" = (
/obj/machinery/door/window/southright{
- req_access = list(218)
+ req_access = list(219)
},
/turf/simulated/floor/tiled,
/area/point_verdant/interior/minimart)
diff --git a/maps/away/away_site/konyang/point_verdant/point_verdant_ghostroles.dm b/maps/away/away_site/konyang/point_verdant/point_verdant_ghostroles.dm
index 88a1afc0c63..c27bade1612 100644
--- a/maps/away/away_site/konyang/point_verdant/point_verdant_ghostroles.dm
+++ b/maps/away/away_site/konyang/point_verdant/point_verdant_ghostroles.dm
@@ -247,6 +247,9 @@
back = /obj/item/storage/backpack/satchel
id = /obj/item/card/id
+/datum/outfit/admin/konyang_bar/get_id_access()
+ return list(ACCESS_KONYANG_VENDORS)
+
/datum/ghostspawner/human/konyang_utility
short_name = "konyang_utility"
name = "Point Verdant Utility Worker"