venom_milker 
Procs | |
can_milk | Checks if we can milk the target. Returns TRUE/FALSE. |
---|---|
siphon | The actual siphon proc. Triggers the bite's effect, and puts its reagents in the milker. |
Proc Details
can_milk
Checks if we can milk the target. Returns TRUE/FALSE.
Args:
- mob/living/target: The target. Non-nullable.
- mob/living/user: The user. Nullable.
- silent = FALSE: If TRUE, will not give user any feedback.
siphon
The actual siphon proc. Triggers the bite's effect, and puts its reagents in the milker.
Args:
- mob/living/target: The target. Non-nullable.
- mob/living/user: The user. Nullable.