Swap NT Rep and Customs Officer costs

30 for NT Rep, 15 for Customs Officer to represent their importance.
This commit is contained in:
Necaladun
2014-04-15 00:37:27 +09:30
parent 3e3fc0f314
commit f7246e3a40
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -58,15 +58,15 @@
else
src.DB_job_unlock("Barber",5)
if("2")
if(karma <15)
usr << "You do not have enough karma!"
else
src.DB_job_unlock("Nanotrasen Representative",15)
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("3")
if(karma <15)
usr << "You do not have enough karma!"
else
src.DB_job_unlock("Customs Officer",15)
if("4")
if(karma <30)
usr << "You do not have enough karma!"