Reduced cost of Donksoft weapons.

This commit is contained in:
Fayrik
2015-07-17 01:05:18 +01:00
parent ed1d1c1919
commit b83ea8a2ea
2 changed files with 9 additions and 3 deletions
+3 -3
View File
@@ -183,7 +183,7 @@ var/list/uplink_items = list()
name = "Toy Submachine Gun"
desc = "A fully-loaded Donksoft bullpup submachine gun that fires riot grade rounds with a 20-round magazine."
item = /obj/item/weapon/gun/projectile/automatic/c20r/toy
cost = 12
cost = 8
gamemodes = list(/datum/game_mode/nuclear)
surplus = 0
@@ -191,7 +191,7 @@ var/list/uplink_items = list()
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."
item = /obj/item/weapon/gun/projectile/automatic/l6_saw/toy
cost = 30
cost = 12
gamemodes = list(/datum/game_mode/nuclear)
surplus = 0
@@ -357,7 +357,7 @@ var/list/uplink_items = list()
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."
item = /obj/item/weapon/gun/projectile/automatic/toy/pistol/riot
cost = 10
cost = 6
surplus = 10
excludefrom = list(/datum/game_mode/gang)
@@ -0,0 +1,6 @@
author: Fayrik
delete-after: True
changes:
- tweak: "Syndicate Donksoft gear now costs less."