User talk:Dutchmega: Difference between revisions
Jump to navigation
Jump to search
(kinda emptied it) |
|||
Line 1: | Line 1: | ||
== Fixing NPC's not bleeding == | == Fixing NPC's not bleeding == | ||
Look in AI_BaseNPC.cpp, around line 1020, look for the call to the function SpawnBlood. | Look in AI_BaseNPC.cpp, around line 1020, look for the call to the function SpawnBlood. | ||
Remove IsPlayer() before it ;) | Remove IsPlayer() before it ;) |
Revision as of 12:34, 26 April 2006
Fixing NPC's not bleeding
Look in AI_BaseNPC.cpp, around line 1020, look for the call to the function SpawnBlood. Remove IsPlayer() before it ;)