nvrm. cloning her hitler waz bad idea!

This commit is contained in:
Andrew 2013-07-16 22:42:52 +12:00
parent 996fe4a31e
commit 20a7ed15da

@ -46,7 +46,6 @@ public class Disguise {
public Disguise clone() {
Disguise disguise = new Disguise(getType(), replaceSounds());
disguise.watcher = watcher.clone();
return disguise;
}
@ -349,6 +348,10 @@ public class Disguise {
public void setReplaceSounds(boolean areSoundsReplaced) {
replaceSounds = areSoundsReplaced;
}
public void setWatcher(FlagWatcher newWatcher) {
watcher = newWatcher;
}
private String toReadable(String string) {
String[] strings = string.split("_");