v0.3.0: added functionality for full buff descriptions (need to write them still)

This commit is contained in:
Evan Debenham
2015-04-07 01:52:17 -04:00
parent f3c6296dd8
commit 00c19d55bd
4 changed files with 139 additions and 33 deletions
@@ -103,4 +103,8 @@ public class Buff extends Actor {
public static void detach( Char target, Class<? extends Buff> cl ) {
detach( target.buff( cl ) );
}
public String desc(){
return "";
}
}