Fix NSFW and fluff item removal

Fixes the NSFW sprite buggyness.

Removes Briana's gun spawn. She gave her gun up ICly!
This commit is contained in:
Arokha Sieyes
2018-02-03 21:58:41 -05:00
parent 0e458ac500
commit 5b1311c994
2 changed files with 9 additions and 5 deletions
@@ -114,6 +114,8 @@
/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)
@@ -177,6 +179,8 @@
/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()