SERVER: Increase delay for Lightning after Zap-O-Matic startup

This commit is contained in:
MotoLegacy 2024-01-30 15:58:18 -05:00
parent a77a7f7807
commit 0f9500276b

View file

@ -215,7 +215,7 @@ void zapper_start(string zapper) {
self = tempe;
} else if (zents.classname == "zapper_node" && zents.target) {
zents.think = zapper_play;
zents.nextthink = time + 0.1;
zents.nextthink = time + 0.65;
}
zents = find(zents, zappername, zapper);
}