Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ LikePrincess()

void Terraria.GameContent.ShopHelper.LikePrincess ( )
inline

Definition at line 273 of file ShopHelper.cs.

274 {
275 AddHappinessReportText("LikeNPC_Princess", new
276 {
277 NPCName = NPC.GetFullnameByID(663)
278 });
280 }
void AddHappinessReportText(string textKeyInCategory, object substitutes=null)

References Terraria.GameContent.ShopHelper._currentPriceAdjustment, Terraria.GameContent.ShopHelper.AddHappinessReportText(), and Terraria.NPC.GetFullnameByID().