VS: MA override removal changes

This commit is contained in:
Arokha Sieyes
2018-02-24 11:41:16 -05:00
parent 9bc7510e26
commit d68629fc80
2 changed files with 0 additions and 6 deletions
@@ -225,8 +225,6 @@
eyeimage = image(icon,null,eye_icon_state)
var/mutable_appearance/ma = new(src)
ma.plane = plane
ma.layer = layer
ma.overlays += tailimage
ma.overlays += eyeimage
appearance = ma
@@ -114,8 +114,6 @@
/obj/item/weapon/gun/projectile/nsfw/update_icon()
var/mutable_appearance/ma = new(src)
ma.plane = plane //This is especially weird as new(src) should take these, but it doens't?
ma.layer = layer //Instead it ends up on FLOAT_PLANE
update_charge()
if(!chambered)
@@ -179,8 +177,6 @@
/obj/item/ammo_magazine/nsfw_mag/update_icon()
var/mutable_appearance/ma = new(src)
ma.plane = plane //This is especially weird as new(src) should take these, but it doens't?
ma.layer = layer //Instead it ends up on FLOAT_PLANE
if(!stored_ammo.len)
ma.overlays = list()