Method: Char.share
- Defined in:
- lib/Olib/character/char.rb
.share ⇒ Object
naive share does not check if you’re actually in a group or not
123 124 125 126 127 128 |
# File 'lib/Olib/character/char.rb', line 123 def Char.share wealth fput "share #{@silvers}" wealth self end |