mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
Merge branch 'master' into computer_tweaks
# Conflicts: # code/game/jobs/faction/eridani.dm # code/game/jobs/job/captain.dm # code/game/jobs/job/civilian.dm # code/game/jobs/job/civilian_chaplain.dm # code/game/jobs/job/science.dm # icons/obj/machines/shielding.dmi
This commit is contained in:
@@ -320,6 +320,12 @@
|
||||
if("security")
|
||||
if(!(edit_type & RECORD_SECURITY))
|
||||
return FALSE
|
||||
if("physical_status")
|
||||
if(!((edit_type & RECORD_MEDICAL) || (edit_type & RECORD_GENERAL)))
|
||||
return FALSE
|
||||
if("mental_status")
|
||||
if(!((edit_type & RECORD_MEDICAL) || (edit_type & RECORD_GENERAL)))
|
||||
return FALSE
|
||||
if("medical")
|
||||
if(!(edit_type & RECORD_MEDICAL))
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user