mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01: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)
|
||||
..()
|
||||
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
|
||||
Reference in New Issue
Block a user