mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Universal self assembling gun part kit (#21292)
* Universal self assembling gun part kit * Update code/modules/crafting/guncrafting.dm Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com> * Update code/modules/crafting/guncrafting.dm Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com> * universally avalible --------- Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>
This commit is contained in:
@@ -208,6 +208,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
item = /obj/item/twohanded/chainsaw
|
||||
cost = 13
|
||||
|
||||
/datum/uplink_item/dangerous/universal_gun_kit
|
||||
name = "Universal Self Assembling Gun Kit"
|
||||
desc = "A universal gun kit, that can be combined with any weapon kit to make a functioning RND gun of your own. Uses built in allen keys to self assemble, just combine the kits by hitting them together."
|
||||
reference = "IKEA"
|
||||
item = /obj/item/weaponcrafting/gunkit/universal_gun_kit
|
||||
cost = 8
|
||||
|
||||
|
||||
// Ammunition
|
||||
|
||||
|
||||
@@ -214,6 +214,7 @@
|
||||
job = list("Roboticist")
|
||||
surplus = 0
|
||||
|
||||
|
||||
//Librarian
|
||||
/datum/uplink_item/jobspecific/etwenty
|
||||
name = "The E20"
|
||||
|
||||
Reference in New Issue
Block a user