mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user