Fix soem bugs -- Immortal Facehugger and Cap laser rechargerate

This commit is contained in:
ZomgPonies
2014-05-07 00:06:50 -04:00
parent e4642430d4
commit b8a70103d7
2 changed files with 82 additions and 2 deletions
@@ -44,7 +44,7 @@ obj/item/weapon/gun/energy/laser/retro
if(charge_tick < 4) return 0
charge_tick = 0
if(!power_supply) return 0
power_supply.give(100)
power_supply.give(1000)
update_icon()
return 1