mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Adds KEEP_TOGETHER to ghost images (#4839)
This commit is contained in:
@@ -76,6 +76,7 @@ var/list/image/ghost_darkness_images = list() //this is a list of images for thi
|
||||
ghostimage = image(icon = icon, loc = src, icon_state = icon_state)
|
||||
ghostimage.overlays = overlays
|
||||
ghostimage.dir = dir
|
||||
ghostimage.appearance_flags |= KEEP_TOGETHER
|
||||
ghostimage.alpha = alpha
|
||||
appearance_flags |= KEEP_TOGETHER
|
||||
ghost_darkness_images |= ghostimage
|
||||
|
||||
Reference in New Issue
Block a user