clipmove / NotBlood

Gameplay Mod For NBlood
https://github.com/clipmove/NotBlood/releases
62 stars 3 forks source link

Innocents Question (Not a bug) #91

Closed Tiddalick closed 8 months ago

Tiddalick commented 8 months ago

This is question and not a bug.

In Night Dives Blood: Fresh Supply, the innocents say an additional line "Please don't hurt me". This never occurred in the original game. Given your knowledge of the code, was this likely to have been an oversight on Monolith's part in the number of responses that they could utter, or a deliberate choice to exclude the line.

Personally, I think the game is better without the line, but I had wondered why it was included in Fresh Supply.

tmyqlfpir commented 8 months ago

It doesn't appear to be an oversight given that the 7000+Random(6) sound ID range is legal and stops there. I can only speculate that it is an unused like, or it was removed (perhaps at the request of GT Interactive).

Tiddalick commented 8 months ago

Thanks for the answer.