Beispiel #1
0
 private static string NonePlayerStr(Gills bodyPart, PlayerBase player)
 {
     return("");
 }
Beispiel #2
0
 private static string AnemonePlayerStr(Gills gills, PlayerBase player)
 {
     return("A pair of feathery gills are growing out just below your neck, spreading out horizontally and draping down your chest. They allow you to stay in the water for quite a long time.");
 }
Beispiel #3
0
 private static string FishPlayerStr(Gills gills, PlayerBase player)
 {
     return("A set of fish like gills reside on your neck, several relatively-small slits that can close flat against your skin. " +
            "They allow you to stay in the water for quite a long time.");
 }