Removed more unofficial emotes
This commit is contained in:
parent
6641fde489
commit
22a6f50663
@ -236,8 +236,6 @@ int hom_dead(struct homun_data *hd)
|
||||
//There's no intimacy penalties on death (from Tharis)
|
||||
map_session_data *sd = hd->master;
|
||||
|
||||
clif_emotion(&hd->bl, ET_KEK);
|
||||
|
||||
//Delete timers when dead.
|
||||
hom_hungry_timer_delete(hd);
|
||||
hd->homunculus.hp = 0;
|
||||
@ -245,8 +243,6 @@ int hom_dead(struct homun_data *hd)
|
||||
if (!sd) //unit remove map will invoke unit free
|
||||
return 3;
|
||||
|
||||
clif_emotion(&sd->bl, ET_CRY);
|
||||
|
||||
#ifdef RENEWAL
|
||||
status_change_end(&sd->bl, SC_HOMUN_TIME);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user