Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void unequip_item(item it)
- {
- foreach s in $slots[]
- {
- if (s.equipped_item() != it)
- continue;
- equip(s, $item[none]);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement