ID:156710
 
For this :
Go_Giant()
var/icon/I = new(usr.icon)
I.Scale(94, 94)
src.icon=I

How do i make it so the mob wouldn't be at the bottom left corner of the icon? How do i put the mob in the bottom middle of this icon?
You could edit the icon's pixel_x and pixel_y. Look it up in the reference.