Brains can no longer win survive objectives.

The captain's laser once again autocharges as it did before the gun overhaul.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1969 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3
2011-08-02 22:44:28 +00:00
parent 5dc89ddb67
commit c6b69807ee
2 changed files with 13 additions and 1 deletions
@@ -877,6 +877,18 @@
force = 10
origin_tech = null //forgotten technology of ancients lol
New()
..()
charge()
proc
charge()
if(power_supply.charge < power_supply.maxcharge)
power_supply.give(100)
update_icon()
spawn(50) charge()
//Added this to the cap's laser back before the gun overhaul to make it halfways worth stealing. It's back now. --NEO
cyborg
load_into_chamber()
if(in_chamber)