this WILL fail CI

hnnnngh
This commit is contained in:
DeltaFire
2021-11-14 20:48:41 +01:00
parent dacaa637ec
commit 7d2ff194d1
6 changed files with 12 additions and 9 deletions

View File

@@ -253,7 +253,7 @@ GLOBAL_LIST_EMPTY(explosions)
if(dist > EXPLODE_NONE)
T.explosion_level = max(T.explosion_level, dist) //let the bigger one have it
T.explosion_id = id
T.ex_act(dist)
T.ex_act(dist, origin = src)
exploded_this_tick += T
//--- THROW ITEMS AROUND ---