Cleans up references to assistant

Defines the USELESS_JOB value as "Visitor"
This commit is contained in:
Arokha Sieyes
2018-01-31 00:21:38 -05:00
parent 07a58c35c6
commit 17723b7df6
12 changed files with 25 additions and 17 deletions

View File

@@ -19,7 +19,7 @@
if(mind)
if((mind.assigned_role == "Station Engineer") || (mind.assigned_role == "Chief Engineer"))
gain = 100
if(mind.assigned_role == "Assistant")
if(mind.assigned_role == USELESS_JOB) //VOREStation Edit - Visitor not Assistant
gain = rand(0, 300)
investigate_log(I_SINGULO,"has been consumed by a singularity", I_SINGULO)
gib()