Tensioner revheads no longer get an uplink

Singlostarter verb now properly starts containment fields.  It also sets up the SMESes and Rad Collectors 
Moves show tension report down to trialmin

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3331 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-03-20 15:52:05 +00:00
parent fa3c701eb2
commit 8fe80454fd
4 changed files with 22 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
last_power = 0
active = 0
locked = 0
drainratio = 1
process()
if(P)
@@ -21,7 +22,7 @@
P.air_contents.toxins = 0
eject()
else
P.air_contents.toxins -= 0.001
P.air_contents.toxins -= 0.001*drainratio
return

View File

@@ -75,7 +75,8 @@ field_generator power level display
power = field_generator_max_power
anchored = 1
warming_up = 3
turn_on()
start_fields()
update_icon()
Varedit_start = 0
if(src.active == 2)