Merge pull request #38644 from AutomaticFrenzy/patch/cameranet

Port AI static to vis_contents
This commit is contained in:
Jordan Brown
2018-06-25 21:22:58 -04:00
committed by letterjay
parent 6b42e20e2a
commit a14bc0615d
8 changed files with 74 additions and 115 deletions
@@ -47,8 +47,9 @@
/turf/open/floor/plating/ashplanet/Initialize()
if(smooth)
pixel_y = -4
pixel_x = -4
var/matrix/M = new
M.Translate(-4, -4)
transform = M
icon = smooth_icon
. = ..()
+3 -2
View File
@@ -27,8 +27,9 @@
/turf/closed/mineral/Initialize()
if (!canSmoothWith)
canSmoothWith = list(/turf/closed/mineral, /turf/closed/indestructible)
pixel_y = -4
pixel_x = -4
var/matrix/M = new
M.Translate(-4, -4)
transform = M
icon = smooth_icon
. = ..()
if (mineralType && mineralAmt && spread && spreadChance)