Diagonal smoothing fixes & Shuttle Smoothing Tweaks (#2466)

Ports a refactor of diagonal smoothing underlays from /tg/, fixes a bug where diagonal smoothing did not work on shuttle walls, and updates shuttle walls to use the generic smoothing instead of mapped in icon states.

Fixes issues with shuttle corners not showing the correct underlay.
This commit is contained in:
Lohikar
2017-05-27 12:14:01 +03:00
committed by skull132
parent 755ce490db
commit 193f89d206
11 changed files with 238 additions and 189 deletions
+5
View File
@@ -541,6 +541,11 @@
return INITIALIZE_HINT_NORMAL
/turf/simulated/floor/asteroid/get_smooth_underlay_icon(image/underlay_appearance, turf/asking_turf, adjacency_dir)
. = ..()
underlay_appearance.pixel_x = pixel_x
underlay_appearance.pixel_y = pixel_y
/turf/simulated/floor/asteroid/ex_act(severity)
switch(severity)
if(3.0)