Accidentally removed a line when I was fixing gun recharge rates.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2616 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3
2011-12-04 21:40:31 +00:00
parent 962919f6e0
commit e4afa60af2

View File

@@ -63,6 +63,7 @@
process()
charge_tick++
if(charge_tick < 4) return 0
charge_tick = 0
if(!power_supply) return 0
power_supply.give(100)
return 1