Tongue Flags

NightOwl

Well-Known Member
Aug 28, 2015
100
10
Does anyone know the flag number for a "Wide" tongue?


or a list of the tongue flag numbers.
 

Etis

Well-Known Member
Creator
Aug 26, 2015
2,500
257
Code:
		public static const VALID_TONGUE_FLAGS:Array = [
			FLAG_LONG, // 1
			FLAG_PREHENSILE, // 2
			FLAG_HOLLOW, // 32
			FLAG_LUBRICATED, // 3
			FLAG_SQUISHY, // 5
			FLAG_APHRODISIAC_LACED, // 11
			FLAG_GOOEY, // 37
			FLAG_STICKY, // 12
			FLAG_NUBBY, // 30
		];
 

NightOwl

Well-Known Member
Aug 28, 2015
100
10
Thank you all for answering and the reason i thought there was a "wide" flag is because when you get a bovine tongue it's described as being wide.
 

Karretch

Well-Known Member
Aug 26, 2015
2,068
304
Ah, see, there's a difference between flavor text and flags. The zil (bee) tongue is a tube, but that's description. There is not "tube" flag either. Most descriptions tie in with flags but not always, usually it's by type. 
 

Etis

Well-Known Member
Creator
Aug 26, 2015
2,500
257
Ah, see, there's a difference between flavor text and flags. The zil (bee) tongue is a tube, but that's description. There is not "tube" flag either. Most descriptions tie in with flags but not always, usually it's by type. 

Actually, no. Zil tongue has "hollow" flag.
 

NightOwl

Well-Known Member
Aug 28, 2015
100
10
Ah, see, there's a difference between flavor text and flags. The zil (bee) tongue is a tube, but that's description. There is not "tube" flag either. Most descriptions tie in with flags but not always, usually it's by type. 

Thank you, it helps when editing my characters.