Annihilates the colons!
This commit is contained in:
@@ -222,8 +222,9 @@
|
||||
var/offX = 32 * (A.x - center.x) + A.pixel_x + 33
|
||||
var/offY = 32 * (A.y - center.y) + A.pixel_y + 33
|
||||
if(ismovableatom(A))
|
||||
offX += A:step_x
|
||||
offY += A:step_y
|
||||
var/atom/movable/AM = A
|
||||
offX += AM.step_x
|
||||
offY += AM.step_y
|
||||
|
||||
res.Blend(img, blendMode2iconMode(A.blend_mode), offX, offY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user