mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Merge pull request #3658 from Regen1/firelasers
Adds immolator laser gun
This commit is contained in:
@@ -270,4 +270,15 @@
|
||||
materials = list(MAT_GOLD = 5000,MAT_URANIUM = 10000, MAT_METAL = 4000)
|
||||
build_path = /obj/item/weapon/gun/energy/xray
|
||||
locked = 1
|
||||
category = list("Weapons")
|
||||
|
||||
/datum/design/immolator
|
||||
name = "Immolator Laser Gun"
|
||||
desc = "Has fewer shots than a regular laser gun, but ignites the target on hit"
|
||||
id = "immolator"
|
||||
req_tech = list("combat" = 4, "materials" = 5, "powerstorage" = 5, "magnets" = 4)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 4000, MAT_GLASS = 1000, MAT_SILVER = 3000, MAT_PLASMA = 2000)
|
||||
build_path = /obj/item/weapon/gun/energy/immolator
|
||||
locked = 1
|
||||
category = list("Weapons")
|
||||
Reference in New Issue
Block a user