diff --git a/roles/accomplice.php b/roles/accomplice.php
index 355b6c8..f51409c 100644
--- a/roles/accomplice.php
+++ b/roles/accomplice.php
@@ -48,7 +48,7 @@ $convars = "# enable or disable this role
# the probability each round of this role being spawned at all
ttt_accom_random [0..100] (default: 50)
# the amount of players needed for this role to spawn
- ttt_accom_min_players: [0..n] (default: 8)"
+ ttt_accom_min_players: [0..n] (default: 8)";
#
# Credits
@@ -62,8 +62,8 @@ $source = "https://github.com/westooooo/ttt2-role_accom";
#Creator of the Addon
$author = "JustSiro105";
#Creatorlink
-$authorurl = "https://steamcommunity.com/profiles/76561198327487098"
+$authorurl = "https://steamcommunity.com/profiles/76561198327487098";
# Credittext (can use the above variables)
-$ctext = " Westoon[JPN]: creator of this role addon
irokuma105: idear of this role addon"
+$ctext = " Westoon[JPN]: creator of this role addon
irokuma105: idear of this role addon";
?>
diff --git a/roles/detective.php b/roles/detective.php
index f32001d..56fa985 100644
--- a/roles/detective.php
+++ b/roles/detective.php
@@ -33,7 +33,7 @@ $howtoplay = "The Detectives job and the purpose of the equipment is to find out
#With what roles does this role play best?
$playsbestwith = "Baseroles";
#Convars
-$convars = "TBD"
+$convars = "TBD";
@@ -49,8 +49,8 @@ $source = "https://github.com/Gensokian/ttt2-role_tra";
#Creator of the Addon
$author = "Garry";
#Creatorlink
-$authorurl = ""
+$authorurl = "";
# Credittext (can use the above variables)
-$ctext = "This is a base TTT Role"
+$ctext = "This is a base TTT Role";
?>
diff --git a/roles/innocent.php b/roles/innocent.php
index e021f70..afb701a 100644
--- a/roles/innocent.php
+++ b/roles/innocent.php
@@ -32,7 +32,7 @@ $howtoplay = "As an innocent player, you are the most vulnerable. Innocent playe
#With what roles does this role play best?
$playsbestwith = "Traitors :)";
#Convars
-$convars = "TBD"
+$convars = "TBD";
@@ -48,8 +48,8 @@ $source = "https://github.com/Gensokian/ttt2-role_tra";
#Creator of the Addon
$author = "Garry";
#Creatorlink
-$authorurl = ""
+$authorurl = "";
# Credittext (can use the above variables)
-$ctext = "This is a base TTT Role"
+$ctext = "This is a base TTT Role";
?>
diff --git a/roles/traitor.php b/roles/traitor.php
index f2ec21c..75dee9d 100644
--- a/roles/traitor.php
+++ b/roles/traitor.php
@@ -32,7 +32,7 @@ $howtoplay = "The Traitors job is to kill all of the Innocent players. Traitors
#With what roles does this role play best?
$playsbestwith = "Other Traitors";
#Convars
-$convars = "TBD"
+$convars = "TBD";
@@ -48,9 +48,9 @@ $source = "https://github.com/Gensokian/ttt2-role_tra";
#Creator of the Addon
$author = "Garry";
#Creatorlink
-$authorurl = ""
+$authorurl = "";
# Credittext (can use the above variables)
-$ctext = "This is a base TTT Role"
+$ctext = "This is a base TTT Role";
?>