tongs ![code/game/objects/items/tongs.dm 2](git.png)
Tongs, let you pick up and feed people food from further away.
Vars | |
clack_cooldown | Have we clacked recently? |
---|---|
clack_delay | Time to wait between clacking sounds |
clack_sound | Sound to play when we click our tongs together |
tonged | What are we holding in our tongs? |
Procs | |
clack | Plays a clacking sound and appear open |
click_clack | Play a clacking sound and appear closed, then open again |
drop_tonged | Release the food we are holding |
Var Details
clack_cooldown ![code/game/objects/items/tongs.dm 19](git.png)
Have we clacked recently?
clack_delay ![code/game/objects/items/tongs.dm 17](git.png)
Time to wait between clacking sounds
clack_sound ![code/game/objects/items/tongs.dm 15](git.png)
Sound to play when we click our tongs together
tonged ![code/game/objects/items/tongs.dm 13](git.png)
What are we holding in our tongs?
Proc Details
clack
Plays a clacking sound and appear open
click_clack
Play a clacking sound and appear closed, then open again
drop_tonged
Release the food we are holding