mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
More tweaks (#2889)
changes: Clipboard overlays are now a little gentler on SSoverlays. Ported potential performance improvements for getFlatIcon and listclearnulls from /tg/. Icon smoothing now clears the base icon by default; SMOOTH_NO_CLEAR_ICON disables this behavior. Potential SSoverlays performance improvement from /tg/. Speculative fix for #2826.
This commit is contained in:
@@ -494,7 +494,7 @@
|
||||
name = "sand"
|
||||
icon = 'icons/turf/smooth/ash.dmi'
|
||||
icon_state = "ash"
|
||||
smooth = SMOOTH_MORE | SMOOTH_BORDER
|
||||
smooth = SMOOTH_MORE | SMOOTH_BORDER | SMOOTH_NO_CLEAR_ICON
|
||||
canSmoothWith = list(
|
||||
/turf/simulated/floor/asteroid,
|
||||
/turf/simulated/mineral,
|
||||
|
||||
Reference in New Issue
Block a user