| Alien (BUGFIX 1.7) | Routines |
| Prev: 45470 | Up: Map | Next: 45510 |
|
Kill the victim (KillActorMoraleHit) and, unless the victim is the crew member on screen, redraw the "Also here" room-mate lists.
Used by the routine at 39400.
|
||||
| 45476 | CALL 45585 | mark dead + witness morale | ||
| 45479 | LD A,(31252) | room view on screen (mode 1)? | ||
| 45482 | CP 1 | |||
| 45484 | RET NZ | no: done | ||
| 45485 | LD A,(31241) | the victim IS the viewed slot? | ||
| 45488 | CP C | |||
| 45489 | RET Z | yes: his own path rebuilds the view | ||
| 45490 | PUSH BC | |||
| 45491 | PUSH DE | |||
| 45492 | PUSH HL | |||
| 45493 | PUSH IX | |||
| 45495 | LD HL,65535 | forget the cached room-mates and | ||
| 45498 | LD (31250),HL | redraw the "Also here" / | ||
| 45501 | CALL 32536 | "Also Bodies of" lists | ||
| 45504 | POP IX | |||
| 45506 | POP HL | |||
| 45507 | POP DE | |||
| 45508 | POP BC | |||
| 45509 | RET | |||
| Prev: 45470 | Up: Map | Next: 45510 |