mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-25 17:02:04 +00:00
* Initial Commit * Small adjustment * Vendor stock update * Icon states * Finished merge, fixed runtimes, coded properly now * Mapped in assemblers * Swapped bluespace slime and sepia slime guns * Replaced scatter laser with eshotgun --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
// MARK: Energy Gun Frame
|
|
/obj/item/smithed_item/component/egun_parts
|
|
name = "energy gun parts"
|
|
desc = "Smithed component of an energy gun."
|
|
icon_state = "egun_parts"
|
|
materials = list(MAT_TITANIUM = 10000, MAT_PLASMA = 10000)
|
|
hammer_time = 6
|