hypospray

HYPOSPRAY
Vars | |
description_overlay | Small description appearing as an overlay |
---|---|
label | If we add a custom label, our name becomes "[core_name] ([label])" |
Procs | |
can_draw_reagent | If it's possible to draw from something. Will draw_blood() when targetting a carbon, or draw_reagent() when targetting a non-carbon |
draw_blood | Checks if the carbon has blood, then tries to draw blood from it |
draw_reagent | Checks if a container is drawable, then draw reagents from the container |
Var Details
description_overlay

Small description appearing as an overlay
label

If we add a custom label, our name becomes "[core_name] ([label])"
Proc Details
can_draw_reagent
If it's possible to draw from something. Will draw_blood() when targetting a carbon, or draw_reagent() when targetting a non-carbon
draw_blood
Checks if the carbon has blood, then tries to draw blood from it
draw_reagent
Checks if a container is drawable, then draw reagents from the container