lib/gemwarrior/entities/weapons/opalaser.rb in gemwarrior-0.12.8 vs lib/gemwarrior/entities/weapons/opalaser.rb in gemwarrior-0.13.0

- old
+ new

@@ -11,9 +11,10 @@ self.name = 'opalaser' self.name_display = 'Opalaser' self.description = 'Gleaming with supernatural light, this object feels alien, yet familiar.' self.atk_lo = 9 self.atk_hi = 11 + self.dex_mod = 2 end def use(world) puts 'You pull the "trigger" on the opalaser, but nothing happens.' { type: nil, data: nil }