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