dna_infuser ![code/game/machinery/dna_infuser/dna_infuser.dm 6](git.png)
Vars | |
infusing | currently infusing a vict- subject |
---|---|
infusing_from | what we're infusing with |
infusing_into | what we're turning into |
max_tier_allowed | maximum tier this will infuse |
message_cooldown | a message for relaying that the machine is locked if someone tries to leave while it's active |
Procs | |
check_tier_progression | checks to see if the machine should progress a new tier. |
is_valid_infusion | Verify that the given infusion source/mob is a dead creature. |
Var Details
infusing ![code/game/machinery/dna_infuser/dna_infuser.dm 20](git.png)
currently infusing a vict- subject
infusing_from ![code/game/machinery/dna_infuser/dna_infuser.dm 22](git.png)
what we're infusing with
infusing_into ![code/game/machinery/dna_infuser/dna_infuser.dm 24](git.png)
what we're turning into
max_tier_allowed ![code/game/machinery/dna_infuser/dna_infuser.dm 18](git.png)
maximum tier this will infuse
message_cooldown ![code/game/machinery/dna_infuser/dna_infuser.dm 26](git.png)
a message for relaying that the machine is locked if someone tries to leave while it's active
Proc Details
check_tier_progression
checks to see if the machine should progress a new tier.
is_valid_infusion
Verify that the given infusion source/mob is a dead creature.