wowihatemapping

This commit is contained in:
zerothebigboy
2021-09-20 14:30:44 -04:00
parent 605aa0aa11
commit 9b3d8ab01e
6 changed files with 18235 additions and 424 deletions
+17910
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -2750,7 +2750,6 @@
/obj/machinery/light/small{
dir = 4
},
/obj/effect/landmark/start/prisoner,
/turf/open/floor/plasteel/freezer,
/area/security/prison)
"agP" = (
@@ -61341,10 +61340,6 @@
},
/turf/open/floor/plasteel/dark,
/area/security/courtroom)
"tVZ" = (
/obj/effect/landmark/start/prisoner,
/turf/open/floor/plasteel/dark,
/area/security/prison)
"tXn" = (
/obj/structure/sink{
dir = 4;
@@ -83604,7 +83599,7 @@ aaa
aem
aeq
aeE
tVZ
aeU
afo
afD
aga
@@ -0,0 +1,25 @@
#define JOB_MODIFICATION_MAP_NAME "PubbyStation"
/datum/job/hos/New()
..()
MAP_JOB_CHECK
access += ACCESS_CREMATORIUM
minimal_access += ACCESS_CREMATORIUM
/datum/job/warden/New()
..()
MAP_JOB_CHECK
access += ACCESS_CREMATORIUM
minimal_access += ACCESS_CREMATORIUM
/datum/job/officer/New()
..()
MAP_JOB_CHECK
access += ACCESS_CREMATORIUM
minimal_access += ACCESS_CREMATORIUM
/datum/job/prisoner/New()
..()
MAP_JOB_CHECK
total_positions = 0
spawn_positions = 2