mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Space Bar Bugfixes (#13768)
This commit is contained in:
@@ -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."
|
||||
@@ -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" = (
|
||||
|
||||
@@ -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
|
||||
/datum/outfit/admin/random/space_bar_patron
|
||||
l_ear = /obj/item/device/radio/headset/ship
|
||||
l_pocket = /obj/item/spacecash/c500
|
||||
Reference in New Issue
Block a user