Make get_smooth_underlay_icon work properly with space parallax (#3906)

Fixes an issue where space underlays on diagonally smoothed turfs would not work properly with space parallax.
This commit is contained in:
Lohikar
2017-12-18 00:20:35 +02:00
committed by Erki
parent 523e8941d4
commit f73849368f
4 changed files with 2 additions and 11 deletions
-5
View File
@@ -561,11 +561,6 @@
return INITIALIZE_HINT_NORMAL
/turf/simulated/floor/asteroid/get_smooth_underlay_icon(mutable_appearance/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)