etqw-sdk/base/script/weapons/obliterator.script
2008-05-29 00:00:00 +00:00

18 lines
439 B
Text

/***********************************************************************
weapon_obliterator.script
***********************************************************************/
object weapon_obliterator : weapon_law {
void preinit();
}
void weapon_obliterator::preinit() {
hasScope = true;
hasScopeLock = true;
hasIronSights = false;
hasIronSightsLock = false;
usesStroyent = false;
warmupEffect = true;
}