ed90c59d65
* Removal of """silk""" * AAA * Ashwalkers now start with durathread seeds
21 lines
626 B
Plaintext
21 lines
626 B
Plaintext
//Gun crafting parts til they can be moved elsewhere
|
|
|
|
// PARTS //
|
|
/obj/item/weaponcrafting
|
|
icon = 'icons/obj/improvised.dmi'
|
|
|
|
/obj/item/weaponcrafting/receiver
|
|
name = "modular receiver"
|
|
desc = "A prototype modular receiver and trigger assembly for a firearm."
|
|
icon_state = "receiver"
|
|
|
|
/obj/item/weaponcrafting/stock
|
|
name = "rifle stock"
|
|
desc = "A classic rifle stock that doubles as a grip, roughly carved out of wood."
|
|
icon_state = "riflestock"
|
|
|
|
/obj/item/weaponcrafting/durathread_string
|
|
name = "durathread string"
|
|
desc = "A long piece of durathread with some resemblance to cable coil."
|
|
icon_state = "durastring"
|