mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Icon smoothing fixes (#2624)
Fixes some issues with smoothing, including asteroid flooring losing its sprite for no apparent reason.
This commit is contained in:
@@ -486,20 +486,11 @@
|
||||
reinf = 1
|
||||
basestate = "w"
|
||||
dir = 5
|
||||
smooth = SMOOTH_TRUE
|
||||
smooth = SMOOTH_TRUE | SMOOTH_CLEAR_ICON
|
||||
can_be_unanchored = TRUE
|
||||
|
||||
/obj/structure/window/shuttle/crescent
|
||||
name = "shuttle window"
|
||||
desc = "It looks rather strong."
|
||||
icon = 'icons/obj/smooth/shuttle_window.dmi'
|
||||
icon_state = "shuttle_window"
|
||||
basestate = "window"
|
||||
reinf = 1
|
||||
basestate = "w"
|
||||
dir = 5
|
||||
smooth = SMOOTH_TRUE
|
||||
can_be_unanchored = TRUE
|
||||
|
||||
/obj/structure/window/shuttle/crescent/take_damage()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user