Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
brain farts
Browse files Browse the repository at this point in the history
  • Loading branch information
SynnGraffkin committed Sep 1, 2020
1 parent 1209c80 commit 2a6dee5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions _maps/map_files/BoxStation/BoxStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -26656,6 +26656,14 @@
},
/turf/open/floor/plating,
/area/maintenance/aft)
"caW" = (
/obj/machinery/door/airlock/atmos/glass{
name = "Atmospherics EVA";
req_access_txt = "0";
req_one_access_txt = "11;24"
},
/turf/open/floor/plasteel/dark,
/area/ai_monitored/storage/eva)
"cbc" = (
/obj/item/kirbyplants/random,
/turf/open/floor/plasteel/white,
Expand Down Expand Up @@ -58299,14 +58307,6 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"xGc" = (
/obj/machinery/door/airlock/atmos/glass{
name = "Atmospherics EVA";
req_access_txt = "0";
req_one_access_txt = "list(24,11)"
},
/turf/open/floor/plasteel/dark,
/area/ai_monitored/storage/eva)
"xGy" = (
/obj/machinery/holopad,
/obj/effect/turf_decal/bot,
Expand Down Expand Up @@ -84948,7 +84948,7 @@ kgu
jIG
ayL
jIG
xGc
caW
ayL
jIG
dTl
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/chemist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

outfit = /datum/outfit/job/chemist

access = list(ACCESS_MEDICAL, ACCESS_MORGUE, ACCESS_SURGERY, ACCESS_CHEMISTRY, ACCESS_PHARMACY, ACCESS_VIROLOGY, ACCESS_GENETICS, ACCESS_MECH_MEDICAL, ACCESS_MINERAL_STOREROOM) //WaspStation Edit - Gen/Sci Split
access = list(ACCESS_MEDICAL, ACCESS_MORGUE, ACCESS_SURGERY, ACCESS_CHEMISTRY, ACCESS_PHARMACY, ACCESS_VIROLOGY, ACCESS_GENETICS, ACCESS_MECH_MEDICAL, ACCESS_MINERAL_STOREROOM, ACCESS_EVA) //WaspStation Edit - Gen/Sci Split
minimal_access = list(ACCESS_MEDICAL, ACCESS_MORGUE, ACCESS_CHEMISTRY, ACCESS_MECH_MEDICAL, ACCESS_MINERAL_STOREROOM, ACCESS_PHARMACY)
paycheck = PAYCHECK_MEDIUM
paycheck_department = ACCOUNT_MED
Expand Down

0 comments on commit 2a6dee5

Please sign in to comment.