Skip to content

Commit

Permalink
Доступы
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Jan 9, 2024
1 parent 9e02b5c commit 2d4d5ff
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
30 changes: 15 additions & 15 deletions maps/sierra/z1-z5_sierra.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -7820,7 +7820,7 @@
},
/obj/structure/railing/mapped,
/obj/structure/flora/ausbushes/brflowers,
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/crew_quarters/docking)
"bgP" = (
/obj/structure/railing/mapped{
Expand Down Expand Up @@ -14073,7 +14073,7 @@
dir = 8
},
/obj/structure/railing/mapped,
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/hallway/primary/bridgedeck/center)
"ceI" = (
/obj/floor_decal/corner/darkblue/half{
Expand Down Expand Up @@ -19266,7 +19266,7 @@
dir = 8
},
/obj/structure/flora/ausbushes/genericbush,
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/crew_quarters/docking)
"cRT" = (
/obj/floor_decal/corner/purple/border{
Expand Down Expand Up @@ -30876,7 +30876,7 @@
/area/quartermaster/storage)
"ezK" = (
/obj/machinery/portable_atmospherics/hydroponics/soil,
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/rnd/xenobiology/xenoflora)
"ezL" = (
/obj/structure/cable/green{
Expand Down Expand Up @@ -34008,7 +34008,7 @@
/obj/machinery/light/spot{
dir = 8
},
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/hallway/primary/bridgedeck/center)
"eYo" = (
/obj/floor_decal/corner/blue{
Expand Down Expand Up @@ -67197,7 +67197,7 @@
},
/obj/structure/railing/mapped,
/obj/structure/flora/ausbushes/leafybush,
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/hallway/primary/bridgedeck/center)
"kbn" = (
/obj/structure/railing/mapped,
Expand Down Expand Up @@ -67660,7 +67660,7 @@
dir = 4
},
/obj/structure/flora/ausbushes/reedbush,
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/hallway/primary/bridgedeck/center)
"kek" = (
/obj/machinery/door/airlock/highsecurity{
Expand Down Expand Up @@ -70040,7 +70040,7 @@
/obj/structure/railing/mapped{
dir = 1
},
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/hallway/primary/bridgedeck/center)
"kwI" = (
/turf/simulated/wall/r_wall/prepainted,
Expand Down Expand Up @@ -81348,7 +81348,7 @@
dir = 4
},
/obj/structure/flora/ausbushes/brflowers,
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/crew_quarters/docking)
"mfI" = (
/obj/structure/bed/chair/shuttle/white{
Expand Down Expand Up @@ -96233,7 +96233,7 @@
"out" = (
/obj/structure/flora/ausbushes/genericbush,
/obj/structure/railing/mapped,
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/hallway/primary/bridgedeck/center)
"ouu" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
Expand Down Expand Up @@ -109056,7 +109056,7 @@
/obj/machinery/light/spot{
dir = 1
},
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/rnd/xenobiology/xenoflora)
"qpw" = (
/obj/structure/cable/green{
Expand Down Expand Up @@ -115817,7 +115817,7 @@
/obj/structure/railing/mapped{
dir = 1
},
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/hallway/primary/bridgedeck/center)
"rqd" = (
/obj/structure/table/rack,
Expand Down Expand Up @@ -123647,7 +123647,7 @@
dir = 4
},
/obj/structure/flora/ausbushes/sunnybush,
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/crew_quarters/docking)
"sxZ" = (
/obj/floor_decal/spline/fancy/black{
Expand Down Expand Up @@ -145651,7 +145651,7 @@
/obj/structure/railing/mapped{
dir = 1
},
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/hallway/primary/bridgedeck/center)
"vMm" = (
/obj/floor_decal/corner/green/bordercorner{
Expand Down Expand Up @@ -155301,7 +155301,7 @@
"xlV" = (
/obj/structure/flora/ausbushes/sparsegrass,
/obj/structure/railing/mapped,
/turf/simulated/floor/grass,
/turf/simulated/floor/grass/cut,
/area/hallway/primary/bridgedeck/center)
"xmj" = (
/obj/machinery/atmospherics/pipe/manifold/visible{
Expand Down
11 changes: 11 additions & 0 deletions mods/ai/code/ai.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
// Access

/mob/living/silicon/ai
idcard = /obj/item/card/id/sierra/ai

/obj/item/card/id/sierra/ai
job_access_type = /datum/job/ai

/datum/job/ai/get_access()
return get_all_station_access()

// Languages

/mob/living/silicon/ai/Initialize(mapload, datum/ai_laws/L, obj/item/device/mmi/B, safety = FALSE)
Expand Down

0 comments on commit 2d4d5ff

Please sign in to comment.