plumbing ![code/game/objects/items/RCD.dm 868](git.png)
Vars | |
blueprint | type of the plumbing machine |
---|---|
choices | index, used in the attack self to get the type. stored here since it doesnt change |
name_to_type | index, used in the attack self to get the type. stored here since it doesnt change |
Procs | |
create_machine | pretty much rcd_create, but named differently to make myself feel less bad for copypasting from a sibling-type |
Var Details
blueprint ![code/game/objects/items/RCD.dm 879](git.png)
type of the plumbing machine
choices ![code/game/objects/items/RCD.dm 881](git.png)
index, used in the attack self to get the type. stored here since it doesnt change
name_to_type ![code/game/objects/items/RCD.dm 883](git.png)
index, used in the attack self to get the type. stored here since it doesnt change
Proc Details
create_machine
pretty much rcd_create, but named differently to make myself feel less bad for copypasting from a sibling-type