Remove unused effect 'Peds Raining Cats And Dogs' and update player invincibility logic; add new effects: 'Teleport Everything Away' and 'Back To Black' with respective functionalities.

This commit is contained in:
2026-01-17 22:57:53 +00:00
parent a5fe1f1114
commit 9966833bfd
6 changed files with 126 additions and 52 deletions

View File

@@ -3,7 +3,7 @@ EffectInfo = {
EffectId = "vehs_derailtrains",
TimedType = "Normal",
EffectGroup = "_group_trafficspawner",
EffectCategory = "None"
EffectCategory = "None",
IncompatibleIds = {
"vehs_expresstrains",
}
@@ -28,4 +28,5 @@ function OnTick()
SET_RENDER_TRAIN_AS_DERAILED(vehicle, true)
end
end
WAIT(750)
end