* Fixes the ion law verbs announcing twice or announcing when you didn't want it to.

* Cleaned up some code with it.
 * Small tweak to the job preference window size.
This commit is contained in:
Giacomand
2013-08-09 01:45:14 +01:00
parent 8c61fbbeea
commit 8d1e51dfda
3 changed files with 421 additions and 413 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ datum/preferences
popup.set_content(dat)
popup.open(0)
proc/SetChoices(mob/user, limit = 17, list/splitJobs = list("Chief Engineer"), width = 580, height = 560)
proc/SetChoices(mob/user, limit = 17, list/splitJobs = list("Chief Engineer"), width = 555, height = 585)
if(!job_master) return
//limit - The amount of jobs allowed per column. Defaults to 17 to make it look nice.