From 5b1311c99408b71f04da26db63aa9fe9a30b2e2f Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 3 Feb 2018 21:58:41 -0500 Subject: [PATCH] Fix NSFW and fluff item removal Fixes the NSFW sprite buggyness. Removes Briana's gun spawn. She gave her gun up ICly! --- code/modules/vore/fluffstuff/guns/nsfw.dm | 4 ++++ config/custom_items.txt | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/code/modules/vore/fluffstuff/guns/nsfw.dm b/code/modules/vore/fluffstuff/guns/nsfw.dm index 21357c7cce..cbe0653117 100644 --- a/code/modules/vore/fluffstuff/guns/nsfw.dm +++ b/code/modules/vore/fluffstuff/guns/nsfw.dm @@ -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() diff --git a/config/custom_items.txt b/config/custom_items.txt index 44d329cb82..c7ee6a03f9 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -477,11 +477,11 @@ item_path: /obj/item/weapon/implanter/reagent_generator/rischi } # ######## L CKEYS -{ -ckey: luminescentring -character_name: Briana Moore -item_path: /obj/item/weapon/storage/box/fluff/briana_moore -} +#{ +#ckey: luminescentring +#character_name: Briana Moore +#item_path: /obj/item/weapon/storage/box/fluff/briana_moore +#} { ckey: luminescentring character_name: Briana Moore