Skip to content

Fixed: A_SkullPop would keep the old body as the activator of the player's...

Ru5tK1ng requested to merge topic/default/more-acs-fixes into branch/default

A_SkullPop has a tendency to cause a player's running scripts that remain running during death to be tied to the old body. When a player revisits the same map the script becomes an OPEN script due to the activator becoming the world. Additional changes include improvements to the fix introduced in commit a144a4df3872.

Merge request reports