BLADERUNNER: Added TaffyPatron actor
This commit is contained in:
parent
e1cd47baef
commit
f16e054c3a
4 changed files with 196 additions and 0 deletions
|
@ -70,6 +70,7 @@ AIScripts::AIScripts(BladeRunnerEngine *vm, int actorCount) {
|
|||
_AIScripts[kActorGovernorKolvig] = new AIScriptGovernorKolvig(_vm); // 41
|
||||
_AIScripts[kActorEarlyQBartender] = new AIScriptEarlyQBartender(_vm); // 42
|
||||
_AIScripts[kActorHawkersParrot] = new AIScriptHawkersParrot(_vm); // 43
|
||||
_AIScripts[kActorTaffyPatron] = new AIScriptTaffyPatron(_vm); // 44
|
||||
_AIScripts[kActorHysteriaPatron1] = new AIScriptHysteriaPatron1(_vm); // 47
|
||||
_AIScripts[kActorHysteriaPatron2] = new AIScriptHysteriaPatron2(_vm); // 48
|
||||
_AIScripts[kActorHysteriaPatron3] = new AIScriptHysteriaPatron3(_vm); // 49
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue