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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpolyself.c225 int old_light, new_light; local
314 new_light = Upolyd ? emits_light(youmonst.data) : 0;
315 if (old_light != new_light) {
318 if (new_light == 1) ++new_light; /* otherwise it's undetectable */
319 if (new_light)
320 new_light_source(u.ux, u.uy, new_light,
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpolyself.c225 int old_light, new_light; local
314 new_light = Upolyd ? emits_light(youmonst.data) : 0;
315 if (old_light != new_light) {
318 if (new_light == 1) ++new_light; /* otherwise it's undetectable */
319 if (new_light)
320 new_light_source(u.ux, u.uy, new_light,

Completed in 31 milliseconds