Skip to content

Commit

Permalink
Reduced cost of Donksoft weapons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fayrik committed Jul 17, 2015
1 parent ed1d1c1 commit b83ea8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/datums/uplink_item.dm
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,15 @@ 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

/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."
item = /obj/item/weapon/gun/projectile/automatic/l6_saw/toy
cost = 30
cost = 12
gamemodes = list(/datum/game_mode/nuclear)
surplus = 0

Expand Down Expand Up @@ -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)

Expand Down
6 changes: 6 additions & 0 deletions html/changelogs/fayrik-putadonksoftonit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
author: Fayrik

delete-after: True

changes:
- tweak: "Syndicate Donksoft gear now costs less."

0 comments on commit b83ea8a

Please sign in to comment.