Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > ash boolean is_that_phylum; foreach i in $phyla[]{is_that_phylum = false; foreach j in $locations[]{foreach k in j.get_location_monsters(){ if(k.phylum == i && j.environment == "underwater"){ is_that_phylum = true;}}}if(is_that_phylum){print(i+" exists under the sea");}}
- dude exists under the sea
- fish exists under the sea
- horror exists under the sea
- mer-kin exists under the sea
- plant exists under the sea
- undead exists under the sea
- Returned: void
Advertisement
Add Comment
Please, Sign In to add comment