The National Guard profession starts with a Go Bag full of clothing that may be poorly-fitting, just like any Go Bag you might find in a house. Simply assigning the FIT flag will ensure that any clothing from disassembly will also FIT:
{
"type": "profession",
"ident": "national_guard",
"name": "National Guard",
"description": "Your National Guard unit was activated when the epidemic struck. Despite your best efforts you did not manage to meet up with them before all communications ceased and you found yourself alone amongst the dead.",
"points": 3,
"skills": [ { "level": 1, "name": "gun" }, { "level": 1, "name": "firstaid" } ],
"items": {
"both": {
"items": [
"shorts",
"tshirt",
"socks",
"lowtops",
"cell_phone",
"wristwatch"
],
"entries": [ { "item": "gobag", "custom-flags": ["FIT"] } ]
},
"male": [ "boxer_shorts" ],
"female": [ "bra", "panties" ]
}
}
It doesn't make sense that a soldier would be issued non-fitting clothing. So, I agree that the go bag clothing should fit... Unless it was spawned randomly in the world, not as part of the National Guard profession.
Most helpful comment
It doesn't make sense that a soldier would be issued non-fitting clothing. So, I agree that the go bag clothing should fit... Unless it was spawned randomly in the world, not as part of the National Guard profession.