Forráskód Böngészése

remove NPC-interactions from inline-markup

Stephan Fuchs 10 hónapja
szülő
commit
688e5b1f4b
1 módosított fájl, 3 hozzáadás és 6 törlés
  1. 3 6
      sugarcube/src/npcs/_system/npc.tw

+ 3 - 6
sugarcube/src/npcs/_system/npc.tw

@@ -99,15 +99,12 @@
 
 
 		<<if _note>>
 		<<if _note>>
 			<<linkWithTooltip _displayedName _note>>
 			<<linkWithTooltip _displayedName _note>>
-				<<if _c>>_c<<else>>
-					<<npcInfoContainerAdd _npcId _flags>>
-				<</if>>
+				<<npcInfoContainerAdd _npcId _flags>>
 			<</linkWithTooltip>>
 			<</linkWithTooltip>>
 		<<else>>
 		<<else>>
+			<!-- This should never happen -->
 			<<link _displayedName>>
 			<<link _displayedName>>
-				<<if _c>>_c<<else>>
-					<<npcInfoContainerAdd _npcId _flags>>
-				<</if>>
+				<<npcInfoContainerAdd _npcId _flags>>
 			<</link>>
 			<</link>>
 		<</if>>
 		<</if>>
 	<</capture>>
 	<</capture>>