mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user