Loading

Paste #piyzyaylx

  1. Draft
  2.  
  3. if bare land:
  4.     self canal was removed
  5.     restore canal, set canal to self
  6.     set canal not on river
  7.    
  8. if river && canal on river:
  9.     self canal was removed
  10.     restore canal, set canal to self
  11.     set canal on river
  12.  
  13. if river && canal not on river:
  14.     (it's a real river)
  15.     maintain river, maintain owner
  16.     (maintain canal not on river)
  17.    
  18. if canal && canal not on river:
  19.     (it's not our canal)
  20.     maintain canal, set canal to its owner
  21.     (maintain canal not on river)
  22.    
  23. if canal && canal on river:
  24.     (it's not our canal)
  25.     maintain canal, set canal to its owner
  26.     (maintain canal on river)

Comments