lib/gemwarrior/entities/items/tower_switch.rb in gemwarrior-0.7.8 vs lib/gemwarrior/entities/items/tower_switch.rb in gemwarrior-0.7.9

- old
+ new

@@ -14,10 +14,10 @@ self.useable = true self.equippable = false self.equipped = false end - def use(inventory = nil) + def use(player = nil) puts 'You move the switch from "No" to "Yes". Suddenly, a great wind picks up and you are gently lifted up by it. The ground moves away and your whole body begins to gently drift towards Emerald\'s compound high in the stratosphere.' puts Animation::run({ :phrase => '*** WHOOOOOSH ***' })