mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Reduced cost of Donksoft weapons.
This commit is contained in:
@@ -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."
|
||||
Reference in New Issue
Block a user