mirror.lua 141 B

123456
  1. local Mirror = extend(Shruju)
  2. Mirror.name = 'Mirror'
  3. Mirror.description = 'The shrine reflects 100% of damage from attacks.'
  4. return Mirror