Skip to content

Commit

Permalink
tweak: increase bola amount inside syndie throwing kit and decrease n… (
Browse files Browse the repository at this point in the history
  • Loading branch information
Etrnlmelancholy committed Jan 3, 2024
1 parent 48c176c commit cf37561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/uplink_item.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
throwing weapons. The bolas can knock a target down and the shurikens will embed into limbs."
reference = "STK"
item = /obj/item/storage/box/syndie_kit/throwing_weapons
cost = 3
cost = 1

/datum/uplink_item/stealthy_weapons/edagger
name = "Energy Dagger"
Expand Down
3 changes: 2 additions & 1 deletion code/game/objects/items/weapons/storage/uplink_kits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,11 @@
max_w_class = WEIGHT_CLASS_NORMAL

/obj/item/storage/box/syndie_kit/throwing_weapons/populate_contents()
for(var/I in 1 to 5)
for(var/I in 1 to 4)
new /obj/item/throwing_star(src)
new /obj/item/restraints/legcuffs/bola/tactical(src)
new /obj/item/restraints/legcuffs/bola/tactical(src)
new /obj/item/restraints/legcuffs/bola/tactical(src)

/obj/item/storage/box/syndie_kit/sarin
name = "Sarin Gas Grenades"
Expand Down

0 comments on commit cf37561

Please sign in to comment.