Upload files

This commit is contained in:
SandPoot
2022-03-18 12:45:07 -03:00
parent a9bd8c3e94
commit 3ee2d12b34
3 changed files with 22 additions and 11 deletions

View File

@@ -42,7 +42,7 @@
var/atom/movable/movable_source = src
bound_width = movable_source.bound_width
var/image/balloon_alert = image(loc = get_atom_on_turf(src), layer = ABOVE_MOB_LAYER)
var/image/balloon_alert = image(loc = isturf(src) ? src : get_atom_on_turf(src), layer = ABOVE_MOB_LAYER)
balloon_alert.plane = BALLOON_CHAT_PLANE
balloon_alert.alpha = 0
balloon_alert.appearance_flags = RESET_ALPHA|RESET_COLOR|RESET_TRANSFORM