mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-21 15:51:31 +00:00
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:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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" = (
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user