This commit is contained in:
ZomgPonies
2013-10-12 14:43:05 -04:00
parent 9afc2a3038
commit 3bd589289b
2 changed files with 13 additions and 1 deletions
+3 -1
View File
@@ -258,7 +258,9 @@ var/list/beam_master = list()
/obj/item/projectile/beam/xray
name = "xray beam"
icon_state = "xray"
damage = 30
damage = 15
irradiate = 30
/obj/item/projectile/beam/pulse
name = "pulse"
+10
View File
@@ -1470,6 +1470,16 @@ datum/design/stunshell
materials = list("$metal" = 4000)
build_path = "/obj/item/ammo_casing/shotgun/stunshell"
datum/design/xray
name = "Xray Laser Gun"
desc = "Not quite as menacing as it sounds"
id = "xray"
req_tech = list("combat" = 6, "materials" = 5, "biotech" = 5, "powerstorage" = 4)
build_type = PROTOLATHE
materials = list("$gold" = 5000,"$uranium" = 10000, "$metal" = 4000)
build_path = "/obj/item/weapon/gun/energy/xray"
locked = 1
/////////////////////////////////////////
/////////////////Mining//////////////////
/////////////////////////////////////////