It might be also worth mentioning that CleanOnion received Terraforming Seeds and his player marker is not visible on the map. :whistling:
I think the latter part is my fault - I can't remember if it was me or Kuro who wrote the formula for displaying players/tiles.
The problem here is that each tile is checking the list of player coordinates and putting down either "P" or "D". In this case, it sees sky, sees that sky is dead, and puts a D. Then it stops checking.
I remember this being an issue in RS1. I should be able to solve it later by splitting the "print D or print P" part of the formula into separate "print D" and "print P" parts.
It'll take me a while to get to a computer to work out what the formula would be, and I'm still going to do it even if someone beats me to it