wowihatemapping
This commit is contained in:
+17910
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
|
||||
Reference in New Issue
Block a user