Update 'roles/traitor.php'
This commit is contained in:
parent
2099da67a6
commit
4d9ae154d5
@ -9,7 +9,14 @@ $steam = "https://steamcommunity.com/sharedfiles/filedetails/?id=2004491494";
|
|||||||
$source = "https://github.com/Gensokian/ttt2-role_tra";
|
$source = "https://github.com/Gensokian/ttt2-role_tra";
|
||||||
#The Name of the Role
|
#The Name of the Role
|
||||||
$name = "Traitor";
|
$name = "Traitor";
|
||||||
|
|
||||||
#The Description of the Role, HTML conform :)
|
#The Description of the Role, HTML conform :)
|
||||||
$description = "Some example content";
|
$description = "Some example content";
|
||||||
|
#Creator of the Addon
|
||||||
|
$author = "Garry";
|
||||||
|
#How To play
|
||||||
|
$howtoplay = "Have a plan to kill anyone you meet";
|
||||||
|
#With what roles does this role play best?
|
||||||
|
$playsbestwith = "Other Traitors";
|
||||||
|
#Convars
|
||||||
|
$convars = "TBD"
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user