mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-21 15:51:31 +00:00
Blueshield closets are now their own type of closet. Added boxes of death alarm implants.
This commit is contained in:
@@ -139,4 +139,14 @@
|
|||||||
src.imp = new /obj/item/weapon/implant/deadman(src)
|
src.imp = new /obj/item/weapon/implant/deadman(src)
|
||||||
..()
|
..()
|
||||||
update()
|
update()
|
||||||
|
return
|
||||||
|
|
||||||
|
/obj/item/weapon/implanter/death_alarm
|
||||||
|
name = "implanter-death alarm"
|
||||||
|
desc = "Announces the death of the implanted person over radio"
|
||||||
|
|
||||||
|
New()
|
||||||
|
src.imp = new /obj/item/weapon/implant/death_alarm(src)
|
||||||
|
..()
|
||||||
|
update()
|
||||||
return
|
return
|
||||||
@@ -209,6 +209,21 @@
|
|||||||
new /obj/item/weapon/implanter(src)
|
new /obj/item/weapon/implanter(src)
|
||||||
new /obj/item/weapon/implantpad(src)
|
new /obj/item/weapon/implantpad(src)
|
||||||
|
|
||||||
|
/obj/item/weapon/storage/box/deathimp
|
||||||
|
name = "death alarm implant kit"
|
||||||
|
desc = "Box of life sign monitoring implants."
|
||||||
|
icon_state = "implant"
|
||||||
|
|
||||||
|
New()
|
||||||
|
..()
|
||||||
|
new /obj/item/weapon/implantcase/death_alarm(src)
|
||||||
|
new /obj/item/weapon/implantcase/death_alarm(src)
|
||||||
|
new /obj/item/weapon/implantcase/death_alarm(src)
|
||||||
|
new /obj/item/weapon/implantcase/death_alarm(src)
|
||||||
|
new /obj/item/weapon/implantcase/death_alarm(src)
|
||||||
|
new /obj/item/weapon/implanter(src)
|
||||||
|
new /obj/item/weapon/implantpad(src)
|
||||||
|
|
||||||
|
|
||||||
/obj/item/weapon/storage/box/rxglasses
|
/obj/item/weapon/storage/box/rxglasses
|
||||||
name = "prescription glasses"
|
name = "prescription glasses"
|
||||||
|
|||||||
@@ -199,6 +199,17 @@
|
|||||||
new /obj/item/clothing/under/rank/security/corp(src)
|
new /obj/item/clothing/under/rank/security/corp(src)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
/obj/structure/closet/secure_closet/security/blueshield
|
||||||
|
name = "Blueshield Locker"
|
||||||
|
req_access = list(access_blueshield)
|
||||||
|
|
||||||
|
New()
|
||||||
|
..()
|
||||||
|
new /obj/item/weapon/storage/firstaid/adv(src)
|
||||||
|
new /obj/item/weapon/gun/projectile/revolver/detective(src)
|
||||||
|
new /obj/item/weapon/storage/box/deathimp(src)
|
||||||
|
return
|
||||||
|
|
||||||
|
|
||||||
/obj/structure/closet/secure_closet/security/cargo
|
/obj/structure/closet/secure_closet/security/cargo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user