Had an extra arg going into the job selection proc.

Turned off the new del test on the singularity for now.
Bit of work on the signalers.	
Jetpacks edited to use less fuel.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2341 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-10-11 10:00:05 +00:00
parent 46a7143e3a
commit 897a89308f
7 changed files with 52 additions and 43 deletions
@@ -31,7 +31,7 @@ var/global/list/uneatable = list(
event_chance = 15 //Prob for event each tick
target = null //its target. moves towards the target if it has one
last_failed_movement = 0//Will not move in the same dir if it couldnt before, will help with the getting stuck on fields thing
teleport_del = 1
teleport_del = 0
New(loc, var/starting_energy = 50, var/temp = 0)
src.energy = starting_energy