Test case on top of TestGame: ``` /mob/verb/test_underlay() var/image/I = image('icons/spotlight.dmi', "spotlight") src.appearance_flags = KEEP_TOGETHER I.plane = src.plane src.underlays += I ``` Byond: <img width="140" height="129" alt="Image" src="https://github.com/user-attachments/assets/0ac38860-7376-4345-a827-c27557de76f2" /> OD (the underlay being cut off is a separate issue): <img width="256" height="218" alt="Image" src="https://github.com/user-attachments/assets/7f4339b6-18ec-4eaa-bc00-8e1248555b57" />