Fixes quoted paths

This commit is contained in:
mwerezak
2015-02-16 00:58:00 -05:00
parent 83780ef550
commit c20986b140
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
/obj/item/weapon/gun/energy/pulse_rifle/destroyer /obj/item/weapon/gun/energy/pulse_rifle/destroyer
name = "pulse destroyer" name = "pulse destroyer"
desc = "A heavy-duty, pulse-based energy weapon. Because of its complexity and cost, it is rarely seen in use except by specialists." desc = "A heavy-duty, pulse-based energy weapon. Because of its complexity and cost, it is rarely seen in use except by specialists."
cell_type = "/obj/item/weapon/cell/infinite" cell_type = /obj/item/weapon/cell/infinite
fire_delay = 10 fire_delay = 10
/obj/item/weapon/gun/energy/pulse_rifle/destroyer/attack_self(mob/living/user as mob) /obj/item/weapon/gun/energy/pulse_rifle/destroyer/attack_self(mob/living/user as mob)
@@ -53,5 +53,5 @@
desc = "It's not the size of the gun, it's the size of the hole it puts through people." desc = "It's not the size of the gun, it's the size of the hole it puts through people."
slot_flags = SLOT_BELT|SLOT_HOLSTER slot_flags = SLOT_BELT|SLOT_HOLSTER
icon_state = "m1911-p" icon_state = "m1911-p"
cell_type = "/obj/item/weapon/cell/infinite" cell_type = /obj/item/weapon/cell/infinite
fire_delay = 10 fire_delay = 10

View File

@@ -72,7 +72,7 @@
w_class = 4 w_class = 4
projectile_type = /obj/item/projectile/meteor projectile_type = /obj/item/projectile/meteor
charge_cost = 100 charge_cost = 100
cell_type = "/obj/item/weapon/cell/potato" cell_type = /obj/item/weapon/cell/potato
self_recharge = 1 self_recharge = 1
recharge_time = 5 //Time it takes for shots to recharge (in ticks) recharge_time = 5 //Time it takes for shots to recharge (in ticks)
charge_meter = 0 charge_meter = 0