X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=krynn%2Fkrynn.php;h=de968713307ade91d098aba906632704596e7728;hb=63303704f35f1c8f0724c6457130abaa6b2a2b5b;hp=530764beb5073b1023ae153a03a06dfc1657a0f1;hpb=da02eb1b10c78a5b0e1145a669b7bbede30a34de;p=friendica-addons.git diff --git a/krynn/krynn.php b/krynn/krynn.php index 530764be..de968713 100755 --- a/krynn/krynn.php +++ b/krynn/krynn.php @@ -5,7 +5,7 @@ * Version: 1.0 * Planets Author: Mike Macgirvin * Planets Author: Tony Baldwin - * Kryn Authoer: Dylan Thiedeke + * Author: Dylan Thiedeke * *"My body was my sacrifice... for my magic. This damage is permanent." - Raistlin Majere */ @@ -95,7 +95,7 @@ function krynn_post_hook($a, &$item) { * */ - $krynn = array('Ansalon','Abanasinia','Solace','Haven','Gateway','Qualinost','Ankatavaka','Pax Tharkas','Ergoth','Newsea','Straights of Schallsea','Plains of Dust','Tarsis','Barren Hills','Que Shu','Citadel of Light','Solinari','Hedge Maze','Tower of High Sorcery','Inn of the Last Home','Last Heroes Tomb','Academy of Sorcery','Gods Row','Temple of Majere','Temple of Kiri-Jolith','Temple of Mishakal','Temple of Zeboim,','The Trough','Sad Town','Xak Tsaroth','Zhaman','Skullcap','Saifhum','Karthay','Mithas','Kothas','Silver Dragon Mountain','Silvanesti'); + $krynn = array('Ansalon','Abanasinia','Solace','Haven','Gateway','Qualinost','Ankatavaka','Pax Tharkas','Ergoth','Newsea','Straights of Schallsea','Plains of Dust','Tarsis','Barren Hills','Que Shu','Citadel of Light','Solinari','Hedge Maze','Tower of High Sorcery','Inn of the Last Home','Last Heroes Tomb','Academy of Sorcery','Gods Row','Temple of Majere','Temple of Kiri-Jolith','Temple of Mishakal','Temple of Zeboim','The Trough','Sad Town','Xak Tsaroth','Zhaman','Skullcap','Saifhum','Karthay','Mithas','Kothas','Silver Dragon Mountain','Silvanesti'); $planet = array_rand($krynn,1); $item['location'] = $krynn[$planet]; @@ -163,8 +163,7 @@ function krynn_settings(&$a,&$s) { $s .= '
'; $s .= ''; $s .= ''; - $s .= '
'; - + $s .= '
'; /* provide a submit button */ $s .= '
';