Skip to content

Commit 5a229a7

Browse files
committed
Inside faces for det canisters.
Fixes #5567.
1 parent a81e34c commit 5a229a7

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Objects3d/Detriment.s3o

318 Bytes
Binary file not shown.

scripts/striderdetriment.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ local takeoff_explosion = 4103 --Weapon 8
129129

130130
local function MoveCanister(num, proportion, capProp, speed)
131131
local fullCap = 0.5
132-
local emptyCan = 22
132+
local emptyCan = 21.1
133133
local emptyCap = 4.6
134134
local canister = canisters[num]
135135
Move(canister.body, z_axis, (1 - proportion) * emptyCan * canister.hor, speed and speed * canister.hor)

0 commit comments

Comments
 (0)