14 lines
236 B
Text
14 lines
236 B
Text
//
|
|
// railchucker.script
|
|
//
|
|
|
|
object weapon_railchucker : weapon_assaultrifle_gren {
|
|
void preinit();
|
|
|
|
// void Reload() { Overheat(); }
|
|
}
|
|
|
|
void weapon_railchucker::preinit() {
|
|
usesStroyent = true;
|
|
hasHeat = true;
|
|
}
|