mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-01 13:02:02 +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
|
||||
|
||||
@@ -305,6 +305,7 @@
|
||||
fabricated_tablet.forceMove(src.loc)
|
||||
fabricated_tablet = null
|
||||
ping(message)
|
||||
intent_message(MACHINE_SOUND)
|
||||
state = 3
|
||||
|
||||
// Simplified payment processing, returns 1 on success.
|
||||
|
||||
Reference in New Issue
Block a user