v0.2.3: refactoring/tweaks to artifacts and active buffs
This commit is contained in:
@@ -114,6 +114,11 @@ public class Artifact extends KindofMisc {
|
||||
passiveBuff.detach();
|
||||
passiveBuff = null;
|
||||
|
||||
if (activeBuff != null){
|
||||
activeBuff.detach();
|
||||
activeBuff = null;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user