Searched refs:singlepotion (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpotion.c1528 struct obj *singlepotion; local
1880 singlepotion = splitobj(potion, 1L);
1881 } else singlepotion = potion;
1883 if(singlepotion->unpaid && costly_spot(u.ux, u.uy)) {
1885 bill_dummy_object(singlepotion);
1887 singlepotion->otyp = mixture;
1888 singlepotion->blessed = 0;
1890 singlepotion->cursed = singlepotion->odiluted = 0;
1892 singlepotion
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpotion.c1528 struct obj *singlepotion; local
1880 singlepotion = splitobj(potion, 1L);
1881 } else singlepotion = potion;
1883 if(singlepotion->unpaid && costly_spot(u.ux, u.uy)) {
1885 bill_dummy_object(singlepotion);
1887 singlepotion->otyp = mixture;
1888 singlepotion->blessed = 0;
1890 singlepotion->cursed = singlepotion->odiluted = 0;
1892 singlepotion
[all...]

Completed in 47 milliseconds