blastoff
![code/modules/reagents/chemistry/reagents/drug_reagents.dm 449](git.png)
Vars | |
flip_count | How many flips have we done so far? |
---|---|
spin_count | How many spin have we done so far? |
super_flip_requirement | How many flips for a super flip? |
Procs | |
on_flip | This proc listens to the flip signal and throws the mob every third flip |
on_spin | This proc listens to the spin signal and throws the mob every third spin |
Var Details
flip_count
![code/modules/reagents/chemistry/reagents/drug_reagents.dm 459](git.png)
How many flips have we done so far?
spin_count
![code/modules/reagents/chemistry/reagents/drug_reagents.dm 461](git.png)
How many spin have we done so far?
super_flip_requirement
![code/modules/reagents/chemistry/reagents/drug_reagents.dm 463](git.png)
How many flips for a super flip?
Proc Details
on_flip
This proc listens to the flip signal and throws the mob every third flip
on_spin
This proc listens to the spin signal and throws the mob every third spin