NSV13 icon indicating copy to clipboard operation
NSV13 copied to clipboard

Snake doesn't support KNPC boarders (missing patrol nodes)

Open Kenionatus opened this issue 2 years ago • 0 comments

Round ID:

Locally hosted at commit a462ab201da220c5675f92341fc0ae9f73bf2644

Reproduction:

  • Use VSCode
  • Set breakpoint in line 40 of boarding.dm
  • Compile and run with debugging
  • If necessary, change map to Snake and restart
  • Call spawn_boarders on the overmap ship
  • Breakpoint gets triggered. Switch over to VSCode and, in the debug console, run player_check = 5
  • Continue execution

No boarders get spawned and the admin log reads ADMIN LOG: KNPC boarder spawn aborted. This ship does not support KNPCs (add some patrol nodes!)) spawn_boarders returned: 0

Kenionatus avatar Jun 21 '22 23:06 Kenionatus