Shells and Periphery (#1327)

Adds Shells. Adds tags. Adds IPC subspecies. Adds HK-47's. Does not add IPC construction.

Beyond the obvious review of shells, the exact stats of the IPC subspecies need review. They were largely an afterthought, and quickly overshadowed by the shell project.
This commit is contained in:
LordFowl
2016-12-28 02:23:26 +02:00
committed by skull132
parent 0c59930261
commit bc8871ac2b
65 changed files with 1248 additions and 158 deletions
+12 -1
View File
@@ -1682,7 +1682,7 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
containertype = /obj/structure/closet/crate
containername = "glowsticks crate"
group = "Operations"
/datum/supply_packs/randomised/illegalguns
name = "Illegal weapons crate"
num_contained = 2
@@ -1707,3 +1707,14 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
containername = "Space-bike Crate"
contraband = 1
group = "Operations"
/datum/supply_packs/ipc_tag_pack
name = "IPC/Shell Tag Implanter Crate"
contains = list(/obj/item/weapon/implanter/ipc_tag,
/obj/item/weapon/implanter/ipc_tag,
/obj/item/weapon/implanter/ipc_tag
)
cost = 40
containertype = /obj/structure/closet/crate
containername = "IPC/Shell tag implanters"
group = "Security"