Fixes #8673, also makes some messages clearer and removes the twin cooldowns on rig weapons

This commit is contained in:
GinjaNinja32
2015-03-30 03:54:18 +01:00
parent 49f83aded4
commit e342bf8a3a
4 changed files with 5 additions and 1 deletions

View File

@@ -85,7 +85,7 @@
desc = "A shoulder-mounted battery-powered laser cannon mount."
selectable = 1
usable = 1
use_power_cost = 10
module_cooldown = 0
engage_string = "Configure"

View File

@@ -57,6 +57,7 @@ obj/item/weapon/gun/energy/retro
fire_delay = 20
/obj/item/weapon/gun/energy/lasercannon/mounted
name = "mounted laser cannon"
self_recharge = 1
use_external_power = 1
recharge_time = 10

View File

@@ -35,6 +35,7 @@
user.update_inv_r_hand()
/obj/item/weapon/gun/energy/gun/mounted
name = "mounted energy gun"
self_recharge = 1
use_external_power = 1

View File

@@ -9,10 +9,12 @@
cell_type = /obj/item/weapon/cell/crap
/obj/item/weapon/gun/energy/taser/mounted
name = "mounted taser gun"
self_recharge = 1
use_external_power = 1
/obj/item/weapon/gun/energy/taser/mounted/cyborg
name = "taser gun"
cell_type = /obj/item/weapon/cell/secborg
recharge_time = 10 //Time it takes for shots to recharge (in ticks)