[quote=“Rivet, post:15, topic:3597”]Last I checked, you still can’t actually deploy fur rollmats either.
It throws an error message and eats the rollmat, but places nothing on the ground.
I wish I had some idea why it was doing so, but it worked just fine when I added fur rollmats in, and only started doing this weird error post-merge.
Git issue report.[/quote]
Because in iuse::set_trap() there are cot and rollmat, and no sign of fur_rollmat. Double check your PR code (I haven’t found your PR, sorry, so, couldn’t check it myself) and hope it was just a bad merge.
if(it->type->id == "cot"){
message << _("You unfold the cot and place it on the ground.");
type = tr_cot;
practice = 0;
} else if(it->type->id == "rollmat"){
message << _("You unroll the mat and lay it on the ground.");
type = tr_rollmat;
practice = 0;