mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[MIRROR] Personalized combat messages part 2 (#334)
* Personalized combat messages part 2 (#52890) Adds more "personalized" combat messages for all participants in a fight: the attacker, the victim and the spectators * Personalized combat messages part 2 * Update misc.dm Co-authored-by: kingofkosmos <riki.sundberg@gmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
kingofkosmos
Gandalf
parent
d1d7c2378e
commit
49f7becb88
@@ -45,14 +45,14 @@
|
||||
D.card_throwforce = 0
|
||||
D.card_throw_speed = 3
|
||||
D.card_throw_range = 7
|
||||
D.card_attack_verb = list("attacked")
|
||||
D.card_attack_verb_continuous = list("attacks")
|
||||
else
|
||||
D.card_hitsound = 'sound/weapons/bladeslice.ogg'
|
||||
D.card_force = 5
|
||||
D.card_throwforce = 10
|
||||
D.card_throw_speed = 3
|
||||
D.card_throw_range = 7
|
||||
D.card_attack_verb = list("attacked", "sliced", "diced", "slashed", "cut")
|
||||
D.card_attack_verb_continuous = list("attacks", "slices", "dices", "slashes", "cuts")
|
||||
|
||||
|
||||
/obj/effect/holodeck_effect/sparks/activate(obj/machinery/computer/holodeck/HC)
|
||||
|
||||
Reference in New Issue
Block a user