Maps in the HoS hardsuit (#15637)

* Added HoS locker to all maps

* removes sneaky magboots

* Update code/game/machinery/suit_storage_unit.dm

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
S34N
2021-07-16 16:13:46 +01:00
committed by GitHub
parent 2ddd4d06a2
commit 3417b51c9e
5 changed files with 14 additions and 6 deletions

View File

@@ -33187,12 +33187,12 @@
/turf/simulated/wall/r_wall,
/area/security/nuke_storage)
"btR" = (
/obj/machinery/suit_storage_unit/security,
/obj/item/radio/intercom{
pixel_x = -6;
pixel_y = -28
},
/obj/effect/decal/warning_stripes/northeast,
/obj/machinery/suit_storage_unit/security/hos,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},

View File

@@ -2219,7 +2219,7 @@
pixel_x = 27;
pixel_y = 29
},
/obj/machinery/suit_storage_unit/security/secure,
/obj/machinery/suit_storage_unit/security/hos,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},

View File

@@ -606,13 +606,11 @@
},
/area/security/range)
"adH" = (
/obj/structure/table/wood,
/obj/item/pen/multi,
/obj/machinery/light{
dir = 1;
on = 1
},
/obj/item/paper_bin/nanotrasen,
/obj/machinery/suit_storage_unit/security/hos,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -1596,6 +1594,8 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
},
/obj/item/paper_bin/nanotrasen,
/obj/item/pen/multi,
/turf/simulated/floor/carpet,
/area/security/hos)
"afN" = (

View File

@@ -100,6 +100,15 @@
/obj/machinery/suit_storage_unit/security/pod_pilot
req_access = list(ACCESS_PILOT)
/obj/machinery/suit_storage_unit/security/hos
name = "Head of Security's suit storage unit"
suit_type = /obj/item/clothing/suit/space/hardsuit/security/hos
mask_type = /obj/item/clothing/mask/gas/sechailer/hos
req_access = list(ACCESS_HOS)
/obj/machinery/suit_storage_unit/security/hos/secure
secure = TRUE
/obj/machinery/suit_storage_unit/atmos
name = "atmospherics suit storage unit"

View File

@@ -118,7 +118,6 @@
new /obj/item/storage/lockbox/mindshield(src)
new /obj/item/storage/box/flashbangs(src)
new /obj/item/holosign_creator/security(src)
new /obj/item/clothing/mask/gas/sechailer/hos(src)
new /obj/item/shield/riot/tele(src)
new /obj/item/melee/baton/loaded(src)
new /obj/item/storage/belt/security/sec(src)