diff --git a/code/datums/supplypacks/munitions.dm b/code/datums/supplypacks/munitions.dm index 934d7930a8..a8c723cdc2 100644 --- a/code/datums/supplypacks/munitions.dm +++ b/code/datums/supplypacks/munitions.dm @@ -160,7 +160,8 @@ /obj/item/weapon/gun/projectile/revolver/nova, /obj/item/weapon/gun/projectile/revolver/detective, /obj/item/weapon/gun/projectile/revolver/deckard, - /obj/item/weapon/gun/projectile/revolver/mateba + /obj/item/weapon/gun/projectile/revolver/mateba, + /obj/item/weapon/gun/projectile/derringer ) cost = 150 containertype = /obj/structure/closet/crate/secure diff --git a/code/modules/clothing/gloves/miscellaneous_vr.dm b/code/modules/clothing/gloves/miscellaneous_vr.dm index 8ae935ab5d..147b082a8b 100644 --- a/code/modules/clothing/gloves/miscellaneous_vr.dm +++ b/code/modules/clothing/gloves/miscellaneous_vr.dm @@ -5,6 +5,7 @@ icon_state = "wedring_g" item_state = "wedring_g" var/partnername = "" + body_parts_covered = null /obj/item/clothing/gloves/weddingring/attack_self(mob/user) partnername = copytext(sanitize(input(user, "Would you like to change the holoengraving on the ring?", "Name your betrothed", "Bae") as null|text),1,MAX_NAME_LEN) diff --git a/code/modules/vore/fluffstuff/nazirus_yw.dm b/code/modules/vore/fluffstuff/nazirus_yw.dm new file mode 100644 index 0000000000..61e7afc73b --- /dev/null +++ b/code/modules/vore/fluffstuff/nazirus_yw.dm @@ -0,0 +1,5 @@ +//head + +//under + +//suits \ No newline at end of file diff --git a/icons/vore/nazirus_yw.dmi b/icons/vore/nazirus_yw.dmi new file mode 100644 index 0000000000..8280486e90 Binary files /dev/null and b/icons/vore/nazirus_yw.dmi differ diff --git a/vorestation.dme b/vorestation.dme index 46dab502f7..f88d203701 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2183,6 +2183,7 @@ #include "code\modules\vore\fluffstuff\custom_items_yw.dm" #include "code\modules\vore\fluffstuff\custom_permits_vr.dm" #include "code\modules\vore\fluffstuff\MadokaSpear.dm" +#include "code\modules\vore\fluffstuff\nazirus_yw.dm" #include "code\modules\vore\resizing\grav_pull_vr.dm" #include "code\modules\vore\resizing\holder_micro_vr.dm" #include "code\modules\vore\resizing\resize_vr.dm"