yojimbos_law

Untitled

Oct 23rd, 2017
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. foreach i in get_inventory() {
  2. if(contains_text( i.name.to_lower_case(), "stuffed") ) put_display( i.slash_count(), i);
  3. }
Advertisement
Add Comment
Please, Sign In to add comment