Files
LordMEandGitHub bc960a514d removes shuttle dock spawn point and replaces it with arrivals shuttle (#5831)
with arrivals shuttle<!-- Write **BELOW** The Headers and **ABOVE** The
comments else it may not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game

<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
del: Removed needless clutter in spawnpoints
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
2023-08-05 16:37:40 +01:00

41 lines
1.5 KiB
Plaintext

/obj/landmark/spawnpoint/latejoin/station
faction = JOB_FACTION_STATION
method = LATEJOIN_METHOD_DEFAULT
/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle
method = LATEJOIN_METHOD_ARRIVALS_SHUTTLE
announce_template = "%NAME%, %JOB%, has arrived by shuttle."
/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle/OnSpawn(mob/M, client/C)
. = ..()
// var/obj/structure/chair/_C = locate() in GetSpawnLoc()
// if(C && !length(_C.buckled_mobs))
// _C.buckle_mob(M, FALSE, FALSE)
// if(SSshuttle.arrivals.mode == SHUTTLE_CALL)
// var/atom/movable/screen/splash/Spl = new(C, TRUE)
// Spl.Fade(TRUE)
// M.playsound_local(get_turf(M), 'sound/voice/ApproachingTG.ogg', 25)
/obj/landmark/spawnpoint/latejoin/station/gateway
method = LATEJOIN_METHOD_GATEWAY
announce_template = "%NAME%, %JOB%, has arrived by short-range teleport."
/obj/landmark/spawnpoint/latejoin/station/elevator
method = LATEJOIN_METHOD_DEFAULT
announce_template = "%NAME%, %JOB%, has arrived from the residential district."
/obj/landmark/spawnpoint/latejoin/station/cryogenics
method = LATEJOIN_METHOD_CRYOGENIC_STORAGE
announce_template = "%NAME%, %JOB%, has completed cryogenic revival."
/obj/landmark/spawnpoint/latejoin/station/cyborg
method = LATEJOIN_METHOD_ROBOT_STORAGE
announce_template = "%NAME% has been retrieved from robotics storage."
/obj/landmark/spawnpoint/latejoin/station/tram
method = LATEJOIN_METHOD_TRAM
announce_template = "%NAME%, %JOB%, has arrived on the tram."
/obj/landmark/spawnpoint/overflow/station
faction = JOB_FACTION_STATION