v1p3r
Newbie
- Joined
- Jun 24, 2004
- Messages
- 476
- Reaction score
- 0
I don't think these have been posted yet:
npc_combine_armored.cpp
npc_wpnscanner.cpp
weapon_proto1.cpp
There's numerous other references to the ProtoGun eating/consuming objects too. It can currently grab any object type (but that will probably change), and it's limited by the objects weight.
npc_combine_armored.cpp
// Purpose: Heavily armored combine infantry
npc_wpnscanner.cpp
// Purpose: Scanner with a gun
weapon_proto1.cpp
// Do a bunch of computations and determine whether a bolt fired from this location
// could punch through a wall and harm this target.
// See if the proto weapon is pointed at a physics object that can be eaten
There's numerous other references to the ProtoGun eating/consuming objects too. It can currently grab any object type (but that will probably change), and it's limited by the objects weight.