gives temperature guns a high capacity cell. fixes #265

removes a duplicated line in power_cells.dm
This commit is contained in:
KazeEspada
2013-05-30 10:20:22 -07:00
parent 6b5bf780c0
commit 6fddcb4e61
2 changed files with 1 additions and 2 deletions
@@ -109,6 +109,5 @@
icon = 'icons/mob/slimes.dmi' //'icons/obj/harvest.dmi'
icon_state = "yellow slime extract" //"potato_battery"
maxcharge = 10000
maxcharge = 10000
m_amt = 0
g_amt = 0
@@ -9,7 +9,7 @@
origin_tech = "combat=3;materials=4;powerstorage=3;magnets=2"
projectile_type = "/obj/item/projectile/temp"
cell_type = "/obj/item/weapon/cell/crap"
cell_type = "/obj/item/weapon/cell/high"
New()