donate
This commit is contained in:
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)
|
||||
Reference in New Issue
Block a user