Finished Character Sheet, Fixed TARGET_UPDATE, Able to marry players now

This commit is contained in:
Waverunner
2014-03-12 19:50:22 -04:00
parent afb5c58447
commit 53669148eb
7 changed files with 157 additions and 81 deletions
@@ -684,7 +684,9 @@ public class PlayerObject extends IntangibleObject {
}
public String getSpouseName() {
return spouse;
synchronized(objectMutex) {
return spouse;
}
}
public void setSpouseName(String spouse) {