mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-04 14:01:22 +00:00
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
|
|
/obj/structure/closet/secure_closet/exile
|
|
name = "exile implants"
|
|
req_access = list(ACCESS_HOS)
|
|
|
|
/obj/structure/closet/secure_closet/exile/PopulateContents()
|
|
new /obj/item/implanter/exile(src)
|
|
for(var/i in 1 to 5)
|
|
new /obj/item/implantcase/exile(src)
|