// Propagate radiation to others
CoordTriplet originCoord = source.getWorldLocation();
CoordTriplet currentCoord = new CoordTriplet(0, 0, 0);
effectiveRadIntensity *= 0.25f; // We're going to do this four times, no need to repeat
RadiationPacket radPacket = new RadiationPacket();
for(ForgeDirection dir : StaticUtils.CardinalDirections) {
radPacket.hardness = radHardness;
radPacket.intensity = effectiveRadIntensity;
int ttl = 4;