mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-22 00:02:04 +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,
|
/turf/simulated/wall/r_wall,
|
||||||
/area/security/nuke_storage)
|
/area/security/nuke_storage)
|
||||||
"btR" = (
|
"btR" = (
|
||||||
/obj/machinery/suit_storage_unit/security,
|
|
||||||
/obj/item/radio/intercom{
|
/obj/item/radio/intercom{
|
||||||
pixel_x = -6;
|
pixel_x = -6;
|
||||||
pixel_y = -28
|
pixel_y = -28
|
||||||
},
|
},
|
||||||
/obj/effect/decal/warning_stripes/northeast,
|
/obj/effect/decal/warning_stripes/northeast,
|
||||||
|
/obj/machinery/suit_storage_unit/security/hos,
|
||||||
/turf/simulated/floor/plasteel{
|
/turf/simulated/floor/plasteel{
|
||||||
icon_state = "dark"
|
icon_state = "dark"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2219,7 +2219,7 @@
|
|||||||
pixel_x = 27;
|
pixel_x = 27;
|
||||||
pixel_y = 29
|
pixel_y = 29
|
||||||
},
|
},
|
||||||
/obj/machinery/suit_storage_unit/security/secure,
|
/obj/machinery/suit_storage_unit/security/hos,
|
||||||
/turf/simulated/floor/plasteel{
|
/turf/simulated/floor/plasteel{
|
||||||
icon_state = "dark"
|
icon_state = "dark"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -606,13 +606,11 @@
|
|||||||
},
|
},
|
||||||
/area/security/range)
|
/area/security/range)
|
||||||
"adH" = (
|
"adH" = (
|
||||||
/obj/structure/table/wood,
|
|
||||||
/obj/item/pen/multi,
|
|
||||||
/obj/machinery/light{
|
/obj/machinery/light{
|
||||||
dir = 1;
|
dir = 1;
|
||||||
on = 1
|
on = 1
|
||||||
},
|
},
|
||||||
/obj/item/paper_bin/nanotrasen,
|
/obj/machinery/suit_storage_unit/security/hos,
|
||||||
/turf/simulated/floor/plasteel{
|
/turf/simulated/floor/plasteel{
|
||||||
icon_state = "dark"
|
icon_state = "dark"
|
||||||
},
|
},
|
||||||
@@ -1596,6 +1594,8 @@
|
|||||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||||
dir = 4
|
dir = 4
|
||||||
},
|
},
|
||||||
|
/obj/item/paper_bin/nanotrasen,
|
||||||
|
/obj/item/pen/multi,
|
||||||
/turf/simulated/floor/carpet,
|
/turf/simulated/floor/carpet,
|
||||||
/area/security/hos)
|
/area/security/hos)
|
||||||
"afN" = (
|
"afN" = (
|
||||||
|
|||||||
@@ -101,6 +101,15 @@
|
|||||||
/obj/machinery/suit_storage_unit/security/pod_pilot
|
/obj/machinery/suit_storage_unit/security/pod_pilot
|
||||||
req_access = list(ACCESS_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
|
/obj/machinery/suit_storage_unit/atmos
|
||||||
name = "atmospherics suit storage unit"
|
name = "atmospherics suit storage unit"
|
||||||
suit_type = /obj/item/clothing/suit/space/hardsuit/engine/atmos
|
suit_type = /obj/item/clothing/suit/space/hardsuit/engine/atmos
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
new /obj/item/storage/lockbox/mindshield(src)
|
new /obj/item/storage/lockbox/mindshield(src)
|
||||||
new /obj/item/storage/box/flashbangs(src)
|
new /obj/item/storage/box/flashbangs(src)
|
||||||
new /obj/item/holosign_creator/security(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/shield/riot/tele(src)
|
||||||
new /obj/item/melee/baton/loaded(src)
|
new /obj/item/melee/baton/loaded(src)
|
||||||
new /obj/item/storage/belt/security/sec(src)
|
new /obj/item/storage/belt/security/sec(src)
|
||||||
|
|||||||
Reference in New Issue
Block a user