2 new karma jobs -- Brig Physician and Magistrate

This commit is contained in:
ZomgPonies
2014-06-15 23:40:47 -04:00
parent 3e37bd7f63
commit ed36dbd6d9
9 changed files with 12462 additions and 12375 deletions
+14 -4
View File
@@ -70,25 +70,35 @@
else
src.DB_job_unlock("Barber",5)
if("2")
if(karma <30)
if(karma <5)
usr << "You do not have enough karma!"
else
src.DB_job_unlock("Nanotrasen Representative",30)
src.DB_job_unlock("Brig Physician",5)
if("3")
if(karma <30)
usr << "You do not have enough karma!"
else
src.DB_job_unlock("Customs Officer",30)
src.DB_job_unlock("Nanotrasen Representative",30)
if("4")
if(karma <30)
usr << "You do not have enough karma!"
else
src.DB_job_unlock("Blueshield",30)
src.DB_job_unlock("Customs Officer",30)
if("5")
if(karma <30)
usr << "You do not have enough karma!"
else
src.DB_job_unlock("Blueshield",30)
if("6")
if(karma <30)
usr << "You do not have enough karma!"
else
src.DB_job_unlock("Mechanic",30)
if("7")
if(karma <45)
usr << "You do not have enough karma!"
else
src.DB_job_unlock("Magistrate",45)
if(href_list["KarmaBuy2"])
var/karma=verify_karma()
+1 -1
View File
@@ -352,7 +352,7 @@ datum/preferences
popup.set_content(dat)
popup.open(0)
proc/SetChoices(mob/user, limit = 14, list/splitJobs = list("Chief Engineer","Research Director"), width = 610, height = 650)
proc/SetChoices(mob/user, limit = 14, list/splitJobs = list("Chief Engineer","Research Director","Captain"), width = 1025, height = 800)
if(!job_master)
return
+1 -1
View File
@@ -844,7 +844,7 @@ var/list/slot_equipment_priority = list( \
stat(null, "PiNet-[master_controller.networks_cost]\t#[pipe_networks.len]")
stat(null, "Ponet-[master_controller.powernets_cost]\t#[powernets.len]")
stat(null, "NanoUI-[master_controller.nano_cost]\t#[nanomanager.processing_uis.len]")
stat(null, "GC-[master_controller.gc_cost]\t#[garbage.queue.len]")
// stat(null, "GC-[master_controller.gc_cost]\t#[garbage.queue.len]")
stat(null, "Tick-[master_controller.ticker_cost]")
stat(null, "ALL-[master_controller.total_cost]")
else