mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user