mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Made a dmi and a dm file for the german uniforms and maybe russian ones in the future and fixed wedding rings coverage and added mateba and derringer to the crate
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
5
code/modules/vore/fluffstuff/nazirus_yw.dm
Normal file
5
code/modules/vore/fluffstuff/nazirus_yw.dm
Normal file
@@ -0,0 +1,5 @@
|
||||
//head
|
||||
|
||||
//under
|
||||
|
||||
//suits
|
||||
BIN
icons/vore/nazirus_yw.dmi
Normal file
BIN
icons/vore/nazirus_yw.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user