TG: 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
Revision: r3331
Author: 	 VivianFoxfoo
This commit is contained in:
Ren Erthilo
2012-04-29 20:57:47 +01:00
parent a47143fa4b
commit dac9c84f30
3 changed files with 5 additions and 3 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

@@ -76,7 +76,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)