All pastes #2057365 Raw Edit

Untitled

public text v1 · immutable
#2057365 ·published 2011-05-12 11:54 UTC
rendered paste body
public void die(){
		if(!getGrid().isValid(getLocation().getAdjacentLocation(getDirection()))){
			removeSelfFromGrid();
		}
	}