mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Removes redundant check for AI
This commit is contained in:
@@ -46,8 +46,6 @@ SUBSYSTEM_DEF(persist)
|
||||
clear_unused_pto(M)
|
||||
|
||||
// Determine special PTO types and convert properly
|
||||
if(department_earning == PTO_AI)
|
||||
department_earning = PTO_CIVILIAN
|
||||
if(department_earning == PTO_CYBORG)
|
||||
if(isrobot(M))
|
||||
var/mob/living/silicon/robot/C = M
|
||||
|
||||
Reference in New Issue
Block a user