Home | History | Annotate | Download | only in warp

Lines Matching refs:image

56 	    x = (obj->posx+(obj->image=='<'?1:-1)+XSIZE00)%XSIZE;
61 obj->velx = (obj->image=='<' ? 1 : -1);
65 obj->image = rand_mod(2) ? '<' : '>';
66 obj->velx = obj->image == '<' ? 1 : -1;
84 (curkl->image != ' ') &&
99 if (obj->image == '@') {
100 obj->image = '*';
103 mvaddch(obj->posy+1,obj->posx*2,obj->image);
109 else if (obj->image == 'B') {
134 else if (curkl->image == 'M') { /* Mudd wants to sit sometimes */
137 if (obj->image == 'B') {
167 else if (curkl->image == '&') {
213 if (obj->image == '@' && (curkl->flags & PIRATE)) {
214 if (curkl->image != 'P' && curkl->image != ' ') {
224 curkl->image = 'P';
231 (obj->image == 'o' || obj->image == 'O' || obj->image == 'X'))
235 if (curkl->image != 'T')
239 if (obj->image ==
260 if (massacre && curkl->image != 'T') {
264 else if (curkl->image == '&') {
278 else if (curkl->energy >= 2500 && curkl->image != 'T') {
288 if (curkl->image == ' ') {
296 if (curkl->image == 'G' && (base||ent) &&
305 else if (curkl->image == 'T' && (curkl->velx || curkl->vely)) {
330 if (ent && (!cloaked || ent->image=='E' || ent->image=='e'))