mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Fixes Point Verdant waterdock stairs and bartender access (#18532)
* fixes waterdock stairs * bartender access * Remove Stray Whitespace Signed-off-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * door access --------- Signed-off-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
co-authored by
SleepyGemmy
parent
69f1c84cb3
commit
e050dca88b
@@ -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."
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user