When changing character body, the new body doesn't load chardef properly. For example: ``` [CHARDEF c_test] ID=027 NAME=Vampire Bat DAM=14,36 ARMOR=56 ..... ``` Using `.setbody c_test` on player character, it changes its armor, but it doesnt change damage.
When changing character body, the new body doesn't load chardef properly. For example:
Using
.setbody c_teston player character, it changes its armor, but it doesnt change damage.