Skip to content

Commit

Permalink
Merge pull request tgstation#2774 from Aranclanos/idedplsnerf
Browse files Browse the repository at this point in the history
reduced a bit the damage from syndicate cards
  • Loading branch information
Rockdtben committed Feb 15, 2014
2 parents 663d8c2 + a72eb90 commit cc48da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -911,8 +911,8 @@ obj/item/toy/cards/deck/syndicate
desc = "A deck of space-grade playing cards. They seem unusually rigid."
deckstyle = "syndicate"
card_hitsound = 'sound/weapons/bladeslice.ogg'
card_force = 15
card_throwforce = 15
card_force = 5
card_throwforce = 10
card_throw_speed = 6
card_throw_range = 20
card_attack_verb = list("attacked", "sliced", "diced", "slashed", "cut")
Expand Down

0 comments on commit cc48da1

Please sign in to comment.