mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Added costs for the Mech Ion Rifle and the Mech Rocket Launcher.
This commit is contained in:
committed by
ZomgPonies
parent
c016debe54
commit
671b886564
@@ -62,7 +62,7 @@
|
||||
energy_drain = 120
|
||||
projectile = /obj/item/projectile/ion
|
||||
fire_sound = 'sound/weapons/Laser.ogg'
|
||||
|
||||
construction_cost = list("silver" = 6000, "metal" = 20000, "uranium" = 2000)
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse
|
||||
equip_cooldown = 30
|
||||
@@ -287,6 +287,7 @@
|
||||
equip_cooldown = 60
|
||||
var/missile_speed = 2
|
||||
var/missile_range = 30
|
||||
construction_cost = list("silver" = 8000, "metal" = 22000, "gold" = 6000)
|
||||
|
||||
action(target)
|
||||
if(!action_checks(target)) return
|
||||
|
||||
Reference in New Issue
Block a user