medipen_refiller ![code/modules/plumbing/plumbers/medipenrefill.dm 1](git.png)
Vars | |
allowed | list of medipen subtypes it can refill |
---|---|
busy | var to prevent glitches in the animation |
Procs | |
attackby | handles the messages and animation, calls refill to end the animation |
refill | refills the medipen |
Var Details
allowed ![code/modules/plumbing/plumbers/medipenrefill.dm 10](git.png)
list of medipen subtypes it can refill
busy ![code/modules/plumbing/plumbers/medipenrefill.dm 16](git.png)
var to prevent glitches in the animation
Proc Details
attackby
handles the messages and animation, calls refill to end the animation
refill
refills the medipen