up to engineer

This commit is contained in:
Kashargul
2024-09-12 02:01:36 +02:00
parent fd8f991c64
commit 10dc8510b3
46 changed files with 251 additions and 197 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
/mob/living/carbon/human/singularity_act()
var/gain = 20
if(mind)
if((mind.assigned_role == "Engineer") || (mind.assigned_role == "Chief Engineer"))
if((mind.assigned_role == JOB_ENGINEER) || (mind.assigned_role == JOB_CHIEF_ENGINEER))
gain = 100
if(mind.assigned_role == USELESS_JOB) //VOREStation Edit - Visitor not Assistant
gain = rand(0, 300)