addict ![code/datums/quirks/negative_quirks/addict.dm 1](git.png)
Vars | |
accessory_type | If this is null, an accessory won't be spawned. |
---|---|
drug_container_type | If this is defined before pill generation, pill generation will be skipped. This is the type of the pill bottle. |
next_process | ticker for processing |
process_interval | how frequently the quirk processes |
reagent_instance | actual instanced version of the reagent |
reagent_type | If this is defined, reagent_id will be unused and the defined reagent type will be instead. |
where_accessory | where the accessory spawned |
where_drug | Where the drug spawned |
Var Details
accessory_type ![code/datums/quirks/negative_quirks/addict.dm 14](git.png)
If this is null, an accessory won't be spawned.
drug_container_type ![code/datums/quirks/negative_quirks/addict.dm 12](git.png)
If this is defined before pill generation, pill generation will be skipped. This is the type of the pill bottle.
next_process ![code/datums/quirks/negative_quirks/addict.dm 17](git.png)
ticker for processing
process_interval ![code/datums/quirks/negative_quirks/addict.dm 16](git.png)
how frequently the quirk processes
reagent_instance ![code/datums/quirks/negative_quirks/addict.dm 10](git.png)
actual instanced version of the reagent
reagent_type ![code/datums/quirks/negative_quirks/addict.dm 9](git.png)
If this is defined, reagent_id will be unused and the defined reagent type will be instead.
where_accessory ![code/datums/quirks/negative_quirks/addict.dm 13](git.png)
where the accessory spawned
where_drug ![code/datums/quirks/negative_quirks/addict.dm 11](git.png)
Where the drug spawned