mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 14:36:23 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user