|
|
|
@@ -2702,11 +2702,12 @@ function fart(vol) |
|
|
|
} |
|
|
|
|
|
|
|
function wear_shoes() { |
|
|
|
macro.footShoeWorn = true; |
|
|
|
|
|
|
|
let line = describe("wear-shoe",macro.shoe.container,macro,verbose); |
|
|
|
let summary = summarize(macro.shoe.container.sum(),false); |
|
|
|
|
|
|
|
macro.footShoeWorn = true; |
|
|
|
|
|
|
|
footwearUpdate(); |
|
|
|
|
|
|
|
update([line,summary,newline]); |
|
|
|
@@ -2724,11 +2725,12 @@ function remove_shoes() { |
|
|
|
} |
|
|
|
|
|
|
|
function wear_socks() { |
|
|
|
macro.footSockWorn = true; |
|
|
|
|
|
|
|
let line = describe("wear-sock",macro.sock.container,macro,verbose); |
|
|
|
let summary = summarize(macro.sock.container.sum(),false); |
|
|
|
|
|
|
|
macro.footSockWorn = true; |
|
|
|
|
|
|
|
footwearUpdate(); |
|
|
|
|
|
|
|
update([line,summary,newline]); |
|
|
|
|