...Slowed down replication a ton. Interferes with making bombs a ton, and makes the element seem less like insta-paste. Will still be usable for machines, though.
This commit is contained in:
parent
4e3d87737e
commit
a360c28135
@ -33,8 +33,9 @@ int update_EXOT(UPDATE_FUNC_ARGS) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (parts[i].tmp>245)
|
if (parts[i].tmp>245)
|
||||||
if ((r&0xFF)!=PT_EXOT && (r&0xFF)!=PT_BREL && (r&0xFF)!=PT_DMND && (r&0xFF)!=PT_CLNE && (r&0xFF)!=PT_PRTI && (r&0xFF)!=PT_PRTO && (r&0xFF)!=PT_PCLN && (r&0xFF)!=PT_PHOT && (r&0xFF)!=PT_VOID && (r&0xFF)!=PT_NBHL && (r&0xFF)!=PT_WARP)
|
if (1>rand()%1000)
|
||||||
create_part(i, x, y, parts[r>>8].type);
|
if ((r&0xFF)!=PT_EXOT && (r&0xFF)!=PT_BREL && (r&0xFF)!=PT_DMND && (r&0xFF)!=PT_CLNE && (r&0xFF)!=PT_PRTI && (r&0xFF)!=PT_PRTO && (r&0xFF)!=PT_PCLN && (r&0xFF)!=PT_PHOT && (r&0xFF)!=PT_VOID && (r&0xFF)!=PT_NBHL && (r&0xFF)!=PT_WARP)
|
||||||
|
create_part(i, x, y, parts[r>>8].type);
|
||||||
}
|
}
|
||||||
parts[i].tmp--;
|
parts[i].tmp--;
|
||||||
parts[i].tmp2--;
|
parts[i].tmp2--;
|
||||||
|
Loading…
Reference in New Issue
Block a user