mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Nanotrasen Career Trainer - REVIVAL (PT1) (#26512)
* Nct ID * Preferences, job creation, access and other stuff * Sprites, defines, hidden job pref and other stuff! * Missed a comma * Sprites updated, clothing code, outfit and id * Fix a small oops * Data chip + Sechud icon * Offstation, access, datachip code, ticket autoresponse and a lot of other stuff. * Typo, spritesheet fixingg and icon color * Telebaton removed, not allowed to scan ERT IDs, blacklisted some access * Applies suggestion Co-authored-by: Aylong <69762909+AyIong@users.noreply.github.com> Signed-off-by: Pedro <79126660+LetXxx@users.noreply.github.com> * Applying Suggestions! * Forgot to increase the number of slots, oops * Added a few items that I forgot, applying suggestions. * Fix check fail? * Mapping Tools/Icons. * Office added to all maps, a few modifications to fit. * Adds ACCESS_TRAINER to who needs it. * Fixing check fails. * NCT Beret obj are now where they're supposed to be * Suggestion Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Signed-off-by: Pedro <79126660+LetXxx@users.noreply.github.com> * Sprites fix + NCT flag * Code Suggestion * Sprite update * Suggestions * Diagoras Office, conflict fix. * Day 1 fixes, suggestions. * bundle rebuild * Fixing a few issues. * Mapping review + Suggestions * Fixed check fail. * Conflict fix + You shouldn't be able to insert the NCT chip into an id console * Fix map conflicts * Plasmaman icons and Kidan icon fix * Conflict fix? * A few changes following feedback. * Small description changed, as per requested feedback. * Suggestions/Fix * Forgot some mapping issues * Suggestions * Fixed? * Fix linters * More fixes * aaaaaaaaaaa * Christa's reviews * Naming stuff --------- Signed-off-by: Pedro <79126660+LetXxx@users.noreply.github.com> Co-authored-by: Aylong <69762909+AyIong@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
co-authored by
Aylong
Burzah
DGamerL
parent
2559287298
commit
b55bef2ed2
@@ -492,3 +492,10 @@
|
||||
|
||||
/obj/effect/mapping_helpers/airlock/access/all/centcomm/traders
|
||||
access = ACCESS_TRADE_SOL
|
||||
|
||||
// -------------------- Procedure access helpers
|
||||
/obj/effect/mapping_helpers/airlock/access/all/procedure
|
||||
icon_state = "access_helper_pro"
|
||||
|
||||
/obj/effect/mapping_helpers/airlock/access/all/procedure/trainer
|
||||
access = ACCESS_TRAINER
|
||||
|
||||
@@ -446,3 +446,10 @@
|
||||
|
||||
/obj/effect/mapping_helpers/airlock/windoor/access/all/supply/mule_bot
|
||||
access = ACCESS_CARGO_BOT
|
||||
|
||||
// -------------------- Procedure access helpers
|
||||
/obj/effect/mapping_helpers/airlock/windoor/access/all/procedure
|
||||
icon_state = "access_windoor_pro"
|
||||
|
||||
/obj/effect/mapping_helpers/airlock/windoor/access/all/procedure/trainer
|
||||
access = ACCESS_TRAINER
|
||||
|
||||
Reference in New Issue
Block a user