Actually return jamming_cost
This commit is contained in:
parent
2375d5fde3
commit
e7252b212e
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ variant unit_callable::get_value(const std::string& key) const
|
|||
} else if(key == "vision_cost") {
|
||||
mt.get_vision().write(cfg);
|
||||
} else if(key == "jamming_cost") {
|
||||
mt.get_vision().write(cfg);
|
||||
mt.get_jamming().write(cfg);
|
||||
} else if(key == "defense") {
|
||||
mt.get_defense().write(cfg);
|
||||
needs_flip = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue