Remove cursed file

This commit is contained in:
Aronai Sieyes
2020-04-13 11:18:39 -04:00
parent 9368dd2736
commit e3a6def6f7
3 changed files with 10 additions and 8 deletions
+10
View File
@@ -45,6 +45,16 @@ var/const/BRIDGE =(1<<12)
var/const/CLOWN =(1<<13) //VOREStation Add
var/const/MIME =(1<<14) //VOREStation Add
//VOREStation Add
var/const/TALON =(1<<3)
var/const/TALCAP =(1<<0)
var/const/TALPIL =(1<<1)
var/const/TALDOC =(1<<2)
var/const/TALSEC =(1<<3)
var/const/TALENG =(1<<4)
//VOREStation Add End
/proc/guest_jobbans(var/job)
return ( (job in SSjob.get_job_titles_in_department(DEPARTMENT_COMMAND)) || (job in SSjob.get_job_titles_in_department(DEPARTMENT_SYNTHETIC)) || (job in SSjob.get_job_titles_in_department(DEPARTMENT_SECURITY)) )
-7
View File
@@ -1,7 +0,0 @@
var/const/TALON =(1<<3)
var/const/TALCAP =(1<<0)
var/const/TALPIL =(1<<1)
var/const/TALDOC =(1<<2)
var/const/TALSEC =(1<<3)
var/const/TALENG =(1<<4)
-1
View File
@@ -711,7 +711,6 @@
#include "code\game\jobs\access_datum_vr.dm"
#include "code\game\jobs\job_controller.dm"
#include "code\game\jobs\jobs.dm"
#include "code\game\jobs\jobs_vr.dm"
#include "code\game\jobs\whitelist.dm"
#include "code\game\jobs\whitelist_vr.dm"
#include "code\game\jobs\job\_alt_title.dm"