Don't vanish just on withdrawing tongue

This commit is contained in:
Pyrex 2022-12-17 20:41:43 -08:00
parent 5dc8e2c10d
commit 3256babffd

View File

@ -690,7 +690,7 @@ function player:draw()
local head=1-self.orienty
local vanish_level=self.vanish_frame/20
local vanish_level=max((self.vanish_frame-4)/16,0)
local invis_level=max(self.fall_frame/10,4*(vanish_level-0.75))
if (invis_level>=1.0) return