byond - Modules - TypesVar Details - Proc Details

rappel_system

Vars

disabled_smokeSmoke particle holder for when it's disabled
rappel_stateWhat state the rope is in (usable, hooked, locked, in-use, etc.)
ropeThe rappeling rope we use

Procs

attack_rappelHandles xeno attacks on the system; called by the rappel rope whenever attack_alien() is called on the rope
break_rappelDisables the rappel system, retracting any active ropes in the process.
deploy_ropeDeploys the rappel and unlocks the hatch so that people can drop down
pre_retractFeedback for when PO manually retracts the rope. Leads back into retract_rope after sounds and balloon alerts are done.
rappel_animationHuman animation for dropping down
reel_inPart 2 of retract_rope(), moves the rope back into the system after the rope animation has completed. Unbuckles any mobs which were attached to it.
retract_ropeUndeploys the rappel and locks the hatch. Rappel cannot be retracted if it is currently being attacked (hooked)
self_repairDisabled rappels repair themselves after the cord is placed back in.

Var Details

disabled_smoke

Smoke particle holder for when it's disabled

rappel_state

What state the rope is in (usable, hooked, locked, in-use, etc.)

rope

The rappeling rope we use

Proc Details

attack_rappel

Handles xeno attacks on the system; called by the rappel rope whenever attack_alien() is called on the rope

break_rappel

Disables the rappel system, retracting any active ropes in the process.

deploy_rope

Deploys the rappel and unlocks the hatch so that people can drop down

pre_retract

Feedback for when PO manually retracts the rope. Leads back into retract_rope after sounds and balloon alerts are done.

rappel_animation

Human animation for dropping down

reel_in

Part 2 of retract_rope(), moves the rope back into the system after the rope animation has completed. Unbuckles any mobs which were attached to it.

retract_rope

Undeploys the rappel and locks the hatch. Rappel cannot be retracted if it is currently being attacked (hooked)

self_repair

Disabled rappels repair themselves after the cord is placed back in.