Merge pull request #38644 from AutomaticFrenzy/patch/cameranet

Port AI static to vis_contents
This commit is contained in:
Jordan Brown
2018-06-25 20:23:32 -05: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
. = ..()