Elin Modding Docs Doc
Loading...
Searching...
No Matches
QuestPuppy.cs
1using System;
2
3// Token: 0x020000D8 RID: 216
5{
6 // Token: 0x06000607 RID: 1543 RVA: 0x0002822B File Offset: 0x0002642B
7 public override bool CanUpdateOnTalk(Chara c)
8 {
9 return this.phase == 1 && EClass._map.FindChara("poppy") != null;
10 }
11
12 // Token: 0x06000608 RID: 1544 RVA: 0x0002824A File Offset: 0x0002644A
13 public override void OnDropReward()
14 {
15 base.DropReward("coolerbox");
16 }
17}
Definition Chara.cs:12