Gunshot sounds, uplink references, less spammy tommygun, fixes

This commit is contained in:
Mieszko Jędrzejczak
2016-04-25 11:32:48 +02:00
parent 03c173aeaf
commit 0f7be5576f
11 changed files with 55 additions and 55 deletions
+2 -2
View File
@@ -1359,8 +1359,8 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
/obj/item/clothing/under/mafia/white,
/obj/item/clothing/under/mafia/sue,
/obj/item/clothing/under/mafia/tan,
/obj/item/weapon/gun/projectile/automatic/tommygun/toy,
/obj/item/weapon/gun/projectile/automatic/tommygun/toy)
/obj/item/weapon/gun/projectile/shotgun/toy/tommygun,
/obj/item/weapon/gun/projectile/shotgun/toy/tommygun)
cost = 15
containername = "mafia supply crate"
+4
View File
@@ -410,6 +410,7 @@ var/list/uplink_items = list()
/datum/uplink_item/dangerous/foamsmg
name = "Toy Submachine Gun"
desc = "A fully-loaded Donksoft bullpup submachine gun that fires riot grade rounds with a 20-round magazine."
reference = "FSMG"
item = /obj/item/weapon/gun/projectile/automatic/c20r/toy
cost = 5
gamemodes = list(/datum/game_mode/nuclear)
@@ -418,6 +419,7 @@ var/list/uplink_items = list()
/datum/uplink_item/dangerous/foammachinegun
name = "Toy Machine Gun"
desc = "A fully-loaded Donksoft belt-fed machine gun. This weapon has a massive 50-round magazine of devastating riot grade darts, that can briefly incapacitate someone in just one volley."
reference = "FLMG"
item = /obj/item/weapon/gun/projectile/automatic/l6_saw/toy
cost = 10
gamemodes = list(/datum/game_mode/nuclear)
@@ -426,6 +428,7 @@ var/list/uplink_items = list()
/datum/uplink_item/ammo/toydarts
name = "Box of Riot Darts"
desc = "A box of 40 Donksoft foam riot darts, for reloading any compatible foam dart gun. Don't forget to share!"
reference = "FOAM"
item = /obj/item/ammo_box/foambox/riot
cost = 2
gamemodes = list(/datum/game_mode/nuclear)
@@ -578,6 +581,7 @@ var/list/uplink_items = list()
/datum/uplink_item/stealthy_weapons/foampistol
name = "Toy Gun (with Stun Darts)"
desc = "An innocent looking toy pistol designed to fire foam darts. Comes loaded with riot grade darts, to incapacitate a target."
reference = "FSPI"
item = /obj/item/weapon/gun/projectile/automatic/toy/pistol/riot
cost = 3
surplus = 10