Indirect VoreFX (#7518)

This commit is contained in:
Eli
2024-01-18 14:03:02 +11:00
committed by GitHub
parent c820b6f0e5
commit 46d9a4979f
7 changed files with 97 additions and 26 deletions
+2 -1
View File
@@ -1596,7 +1596,8 @@
else
clear_alert("high")
if(!isbelly(loc) && !previewing_belly) //VOREStation Add - Belly fullscreens safety //CHOMPEdit
//CHOMPEdit - surrounding_belly() used instead of isbelly(loc) to not clear indirect vorefx
if(!surrounding_belly() && !previewing_belly) //VOREStation Add - Belly fullscreens safety //CHOMPEdit
clear_fullscreen("belly")
//clear_fullscreen("belly2") //Chomp disable, using our own implementation
//clear_fullscreen("belly3") //Chomp disable, using our own implementation