Space Station 13 - Modules - TypesVar Details - Proc Details

forces_doors_open

/datum/component/forces_doors_open

This component allows item to pry open doors.

Vars

can_force_open_while_poweredWhether the airlock can be forced open while powered.
can_force_open_while_unpoweredWhether the airlock can be forced open while unpowered.
can_open_firedoorsWhether the firedoor can be opened.
no_soundIndicates whether no sound should be played when opening.
open_soundThe sound played when the airlock is forced open.
time_to_openThe time it takes to open the airlock when forced

Procs

check_intentcheck is user in harm intent
open_powered_airlockopen airlock with delay
open_unpowered_dooropen door without checks
try_to_force_open_airlocktry to force open airlock
try_to_open_firedoortry to open firedoor

Var Details

can_force_open_while_powered

Whether the airlock can be forced open while powered.

can_force_open_while_unpowered

Whether the airlock can be forced open while unpowered.

can_open_firedoors

Whether the firedoor can be opened.

no_sound

Indicates whether no sound should be played when opening.

open_sound

The sound played when the airlock is forced open.

time_to_open

The time it takes to open the airlock when forced

Proc Details

check_intent

check is user in harm intent

open_powered_airlock

open airlock with delay

open_unpowered_door

open door without checks

try_to_force_open_airlock

try to force open airlock

try_to_open_firedoor

try to open firedoor