Creates a normal version of Susi in the ross house.
267268269270271272273274275
*/ public boolean removeFromWorld() { removeNPC("Susi"); final StendhalRPZone zone = SingletonRepository.getRPWorld().getZone("int_ados_ross_house"); new LittleGirlNPC().createGirlNPC(zone); return true; }