inhaler_canister 
Vars | |
insertion_time | The time it takes to insert us into a inhaler. |
---|---|
other_administer_delay | The time it takes for us to be used on someone else. |
post_insert_sound | The sound that plays when we are removed or inserted. |
post_insert_volume | The volume of [post_insert_sound] |
pre_insert_sound | The sound that plays when someone TRIES to insert us. |
pre_insert_volume | The volume of [pre_insert_sound] |
puff_sound | The sound that plays when we are used. |
puff_volume | The volume of [puff_sound] |
removal_time | The time it takes to remove us from a inhaler. |
self_administer_delay | The time it takes for us to be used on our owner. |
Procs | |
get_puffs_left | Returns a integer approximating how many puffs we can be used for. |
puff | Called when a inhaler we are in is used on someone. Transfers reagents and plays the puff sound. |
Var Details
insertion_time 
The time it takes to insert us into a inhaler.
other_administer_delay 
The time it takes for us to be used on someone else.
post_insert_sound 
The sound that plays when we are removed or inserted.
post_insert_volume 
The volume of [post_insert_sound]
pre_insert_sound 
The sound that plays when someone TRIES to insert us.
pre_insert_volume 
The volume of [pre_insert_sound]
puff_sound 
The sound that plays when we are used.
puff_volume 
The volume of [puff_sound]
removal_time 
The time it takes to remove us from a inhaler.
self_administer_delay 
The time it takes for us to be used on our owner.
Proc Details
get_puffs_left
Returns a integer approximating how many puffs we can be used for.
puff
Called when a inhaler we are in is used on someone. Transfers reagents and plays the puff sound.