/tg/ Station 13 - Modules - TypesProc Details

optable

Procs

mark_patientAny mob that enters our tile will be marked as a potential patient. They will be turned into a patient if they lie down.
post_buckle_mobAlign the mob with the table when buckled.
post_unbuckle_mobDisalign the mob with the table when unbuckled.
recheck_patientSomeone on our tile just lied down, got up, moved in, or moved out. potential_patient is the mob that had one of those four things change. The check is a bit broad so we can find a replacement patient.
unmark_patientUnmark the potential patient.

Proc Details

mark_patient

Any mob that enters our tile will be marked as a potential patient. They will be turned into a patient if they lie down.

post_buckle_mob

Align the mob with the table when buckled.

post_unbuckle_mob

Disalign the mob with the table when unbuckled.

recheck_patient

Someone on our tile just lied down, got up, moved in, or moved out. potential_patient is the mob that had one of those four things change. The check is a bit broad so we can find a replacement patient.

unmark_patient

Unmark the potential patient.