|
|
1.1 ! root 1: /* ! 2: * Copyright (c) 1983 Regents of the University of California. ! 3: * All rights reserved. ! 4: * ! 5: * Redistribution and use in source and binary forms are permitted ! 6: * provided that: (1) source distributions retain this entire copyright ! 7: * notice and comment, and (2) distributions including binaries display ! 8: * the following acknowledgement: ``This product includes software ! 9: * developed by the University of California, Berkeley and its contributors'' ! 10: * in the documentation or other materials provided with the distribution ! 11: * and in all advertising materials mentioning features or use of this ! 12: * software. Neither the name of the University nor the names of its ! 13: * contributors may be used to endorse or promote products derived ! 14: * from this software without specific prior written permission. ! 15: * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR ! 16: * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED ! 17: * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ! 18: */ ! 19: ! 20: #ifndef lint ! 21: static char sccsid[] = "@(#)nightobjs.c 5.3 (Berkeley) 6/1/90"; ! 22: #endif /* not lint */ ! 23: ! 24: #include "externs.h" ! 25: ! 26: struct objs nightobjs[] = { ! 27: { 218, PAJAMAS }, ! 28: { 235, NATIVE }, ! 29: { 92, PAPAYAS }, ! 30: { 92, PINEAPPLE }, ! 31: { 92, KIWI }, ! 32: { 92, MANGO }, ! 33: { 92, NATIVE }, ! 34: { 92, MAN }, ! 35: { 181, LAMPON }, ! 36: { 236, LAMPON }, ! 37: { 92, LAMPON }, ! 38: { 216, WOODSMAN }, ! 39: { 216, DEADWOOD }, ! 40: { 216, MALLET }, ! 41: { 168, WOODSMAN }, ! 42: { 168, DEADWOOD }, ! 43: { 168, MALLET }, ! 44: { 170, WOODSMAN }, ! 45: { 170, DEADWOOD }, ! 46: { 170, MALLET }, ! 47: { 124, SHIELD }, ! 48: { 124, HALBERD }, ! 49: { 124, ELF }, ! 50: { 144, SHIELD }, ! 51: { 144, HALBERD }, ! 52: { 144, ELF }, ! 53: { 113, SHIELD }, ! 54: { 113, HALBERD }, ! 55: { 113, ELF }, ! 56: { 161, SHIELD }, ! 57: { 161, HALBERD }, ! 58: { 161, ELF }, ! 59: { 169, SHIELD }, ! 60: { 169, HALBERD }, ! 61: { 169, ELF }, ! 62: { 182, SHIELD }, ! 63: { 182, HALBERD }, ! 64: { 182, ELF }, ! 65: { 198, SHIELD }, ! 66: { 198, HALBERD }, ! 67: { 198, ELF }, ! 68: { 212, SHIELD }, ! 69: { 212, HALBERD }, ! 70: { 212, ELF }, ! 71: { 216, SHIELD }, ! 72: { 216, HALBERD }, ! 73: { 216, ELF }, ! 74: { 226, SHIELD }, ! 75: { 226, HALBERD }, ! 76: { 226, ELF }, ! 77: { 228, SHIELD }, ! 78: { 228, HALBERD }, ! 79: { 228, ELF }, ! 80: { 68, CYLON }, ! 81: { 144, SHOVEL }, ! 82: { 249, FOOT }, ! 83: { 250, FOOT }, ! 84: { 93, PAPAYAS }, ! 85: 0 ! 86: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.