Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 5daae93

Browse files
committed
lessen immersion breaking corner lighting
1 parent e36e8e6 commit 5daae93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/datums/traits/negative.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@
10721072
var/atom/movable/screen/fullscreen/blindspot/new_spot = quirk_holder.blindspot_overlay[newdir]?.resolve()
10731073
if(!istype(old_spot) || !istype(new_spot))
10741074
return
1075-
animate(old_spot, 0.5 SECONDS, easing = CIRCULAR_EASING|EASE_OUT, alpha = 0)
1075+
animate(old_spot, 0.5 SECONDS, easing = CIRCULAR_EASING|EASE_IN, alpha = 0)
10761076
animate(new_spot, 0.5 SECONDS, easing = CIRCULAR_EASING|EASE_OUT, alpha = 255)
10771077

10781078
#undef BLINDSPOT_NORTH

0 commit comments

Comments
 (0)