|
|
|
|
|
by abolishme
4345 days ago
|
|
So, essentially: - if instagram?
- if on_vacation?
- if shared_home? == false
- if dangerous_pets? == false
= rob_them
- else
// wait
- elsif roommates_home?
- if dangerous_pets? == false && if security_system? == false
= rob_them
- elsif house_guests?
- if house_guests_home?
// wait
- else
= rob_them
- else
= kill_pets + rob_them
- else
= rob_them
- else
// wait
- else
= chill_with_friends
Seems legit. |
|