[MIRROR] Converts some unique and typelists into stringlists (#1284)

* Converts some unique and typelists into stringlists (#54237)

* Converts some unique and typelists into stringlists

Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
SkyratBot
2020-10-13 08:03:58 +02:00
committed by GitHub
co-authored by Rohesie
parent 9f3ebfe222
commit 756b97a0fb
6 changed files with 39 additions and 30 deletions
+2 -2
View File
@@ -45,14 +45,14 @@
D.card_throwforce = 0
D.card_throw_speed = 3
D.card_throw_range = 7
D.card_attack_verb_continuous = list("attacks")
D.card_attack_verb_continuous = string_list(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_continuous = list("attacks", "slices", "dices", "slashes", "cuts")
D.card_attack_verb_continuous = string_list(list("attacks", "slices", "dices", "slashes", "cuts"))
/obj/effect/holodeck_effect/sparks/activate(obj/machinery/computer/holodeck/HC)