mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Adds the SPRK-12 Energy Pistol (#24869)
* Adds the SPRK-12 Pistol * I Was improper and forgot to name it right Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * check it * Update gun.dm * less copypasta * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> * early return --------- Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
This commit is contained in:
co-authored by
Luc
Henri215
warriorstar-orion
parent
fb027f73dd
commit
a50683ef28
@@ -145,6 +145,16 @@
|
||||
build_path = /obj/item/weaponcrafting/gunkit/plasma
|
||||
category = list("Weapons")
|
||||
|
||||
/datum/design/sparker
|
||||
name = "SPRK-12 Pistol Parts Kit"
|
||||
desc = "A small, pistol-sized laser gun designed to regain charges from EMPs. Energy efficient, though it's beams are weaker. Good at dual wielding, however."
|
||||
id = "sparker"
|
||||
req_tech = list("combat" = 5, "magnets" = 5, "powerstorage" = 5, "plasmatech" = 5)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 2500, MAT_GLASS = 1000, MAT_SILVER = 1500)
|
||||
build_path = /obj/item/weaponcrafting/gunkit/sparker
|
||||
category = list("Weapons")
|
||||
|
||||
//WT550 Mags
|
||||
/datum/design/mag_oldsmg
|
||||
name = "WT-550 PDW Magazine (4.6x30mm)"
|
||||
|
||||
Reference in New Issue
Block a user