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
+1 -1
View File
@@ -217,7 +217,7 @@
proc/AttemptLateSpawn(rank)
var/datum/job/job = job_master.GetJob(rank)
if(job && ((job.title == "Assistant") || (job.current_positions < job.total_positions)))
if(job && (job.current_positions < job.total_positions))
var/mob/living/carbon/human/character = create_character()
var/icon/char_icon = getFlatIcon(character,0)//We're creating out own cache so it's not needed.
if(job_master.AssignRole(character, rank, 1))