module.exports = require('./valve').extend({ init: function() { this._super(); this.goldsrc = true; } });