forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into Delta_fix_pack
- Loading branch information
Showing
48 changed files
with
959 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Special tiers for ss220 staff | ||
#define BIG_WORKER_TIER 220 | ||
#define LITTLE_WORKER_TIER 110 | ||
|
||
// What TTS level does it give access to? | ||
#define BIG_WORKER_TTS_LEVEL 3 | ||
#define LITTLE_WORKER_TTS_LEVEL 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#define NOVICE_JOB_MINUTES 120 | ||
#define NOVICE_CADET_JOB_MINUTES 300 | ||
|
||
// JOBCAT_ENGSEC | ||
#define JOB_TRAINEE (1<<15) | ||
#define JOB_CADET (1<<16) | ||
|
||
// JOBCAT_MEDSCI | ||
#define JOB_INTERN (1<<11) | ||
#define JOB_STUDENT (1<<12) | ||
// Если ОФФы добавят новую должность в отдел, то потребуется смещение |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,24 @@ | ||
#include "_jobs.dm" | ||
|
||
#include "code/access.dm" | ||
// #include "code/cards_ids.dm" | ||
// #include "code/jobs.dm" | ||
// #include "code/clothing/engineering_clothing.dm" | ||
// #include "code/clothing/medical_clothing.dm" | ||
// #include "code/clothing/science_clothing.dm" | ||
// #include "code/clothing/security_clothing.dm" | ||
// #include "code/job/engineering_jobs.dm" | ||
// #include "code/job/medical_jobs.dm" | ||
// #include "code/job/science_jobs.dm" | ||
// #include "code/job/security_jobs.dm" | ||
#include "code/card_computer.dm" | ||
#include "code/card_id.dm" | ||
#include "code/departaments.dm" | ||
#include "code/jobs_global_list.dm" | ||
#include "code/jobs_character.dm" | ||
#include "code/jobs_gamemodes.dm" | ||
#include "code/jobs.dm" | ||
#include "code/clothing/engineering_clothing.dm" | ||
#include "code/clothing/medical_clothing.dm" | ||
#include "code/clothing/science_clothing.dm" | ||
#include "code/clothing/security_clothing.dm" | ||
#include "code/job/engineering_jobs.dm" | ||
#include "code/job/medical_jobs.dm" | ||
#include "code/job/science_jobs.dm" | ||
#include "code/job/security_jobs.dm" | ||
#include "code/objects/job_objects.dm" | ||
#include "code/objects/engineering_job_objects.dm" | ||
#include "code/objects/medical_job_objects.dm" | ||
#include "code/objects/science_job_objects.dm" | ||
#include "code/objects/security_job_objects.dm" | ||
#include "code/objects/wardrobe_vendors.dm" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/obj/machinery/computer/card/ui_data(mob/user) | ||
var/list/data = ..() | ||
|
||
if(mode == IDCOMPUTER_SCREEN_TRANSFER) // JOB TRANSFER | ||
if(modify && scan && !target_dept) | ||
data["card_skins"] |= format_card_skins(GLOB.card_skins_ss220) | ||
|
||
return data | ||
|
||
/obj/machinery/computer/card/ui_act(action, params) | ||
. = ..() | ||
switch(action) | ||
if("skin") | ||
if(!modify) | ||
return FALSE | ||
var/skin = params["skin_target"] | ||
if(!skin || !(skin in GLOB.card_skins_ss220)) | ||
return FALSE | ||
|
||
modify.icon_state = skin//get_card_skins_ss220(skin) | ||
return TRUE |
Oops, something went wrong.