mob/proc
Aura()
var/icon/auraIcon=icon('Aura.dmi')
auraIcon.Scale(200,200)//actual parameters will vary
src.overlays+=auraIcon
Pretty much, I'm just trying to scale an icon up to a different size, but when I run the game, the only thing that shows up is the default icon size.
Wat do?