etqw-sdk/base/script/weapons/obliterator.script

19 lines
439 B
Plaintext
Raw Permalink Normal View History

2008-05-29 00:00:00 +00:00
/***********************************************************************
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;
}