This commit is contained in:
LetterJay
2018-07-30 09:23:12 -05:00
parent 17f06747ac
commit e475970385
3 changed files with 14 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

@@ -313,3 +313,9 @@ datum/gear/darksabresheath
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/shoes/lucky
ckeywhitelist = list("donaldtrumpthecommunist")
/datum/gear/m41
name = "Toy M41"
category = SLOT_IN_BACKPACK
path = /obj/item/toy/gun/m41
ckeywhitelist = list("ThalVerscholen")
@@ -397,3 +397,11 @@
desc = "Comfy Lucky Jackboots with the word Luck on them."
item_state = "luckyjack"
icon_state = "luckyjack"
/obj/item/toy/gun/m41
name = "M41"
desc = "An M41 that fires dummy rounds!"
icon_state = "toym41"
icon = 'icons/obj/custom.dmi'
fire_sound = 'sound/weapons/gunshot_smg.ogg'
materials = list(MAT_METAL=2000, MAT_GLASS=250)